Searched defs:pcre (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre.h | 311 /* Bit flags for the pcre[16|32]_extra structure. Do not re-arrange or redefine 325 typedef struct real_pcre pcre; typedef in typeref:struct:real_pcre 540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *, 546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **, 555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *, 567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *, 573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR, 579 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *, 594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int, 600 PCRE_EXP_DECL int pcre_get_named_substring(const pcre *, cons [all...] |
Completed in 25 milliseconds