| 2505 |
< -1 => some kind of unexpected problem |
< -1 => some kind of unexpected problem |
| 2506 |
*/ |
*/ |
| 2507 |
|
|
| 2508 |
PCRE_EXP_DEFN int |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 2509 |
pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, |
pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, |
| 2510 |
const char *subject, int length, int start_offset, int options, int *offsets, |
const char *subject, int length, int start_offset, int options, int *offsets, |
| 2511 |
int offsetcount, int *workspace, int wscount) |
int offsetcount, int *workspace, int wscount) |