Searched defs:pcre (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | pcre.h | 296 /* Bit flags for the pcre[16|32]_extra structure. Do not re-arrange or redefine 310 typedef struct real_pcre pcre; typedef in typeref:struct:real_pcre 519 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *, 525 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **, 534 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *, 546 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *, 552 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR, 558 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *, 573 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int, 579 PCRE_EXP_DECL int pcre_get_named_substring(const pcre *, cons [all...] |
Completed in 24 milliseconds