Searched refs:pcre32_extra (Results 1 - 7 of 7) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre.h | 402 typedef struct pcre32_extra { struct 411 } pcre32_extra; typedef in typeref:struct:pcre32_extra 571 PCRE_EXP_DECL int pcre32_dfa_exec(const pcre32 *, const pcre32_extra *, 577 PCRE_EXP_DECL int pcre32_exec(const pcre32 *, const pcre32_extra *, 585 PCRE_EXP_DECL int pcre32_jit_exec(const pcre32 *, const pcre32_extra *, 598 PCRE_EXP_DECL int pcre32_fullinfo(const pcre32 *, const pcre32_extra *, int, 635 PCRE_EXP_DECL pcre32_extra *pcre32_study(const pcre32 *, int, const char **); 638 PCRE_EXP_DECL void pcre32_free_study(pcre32_extra *); 648 PCRE_EXP_DECL int pcre32_pattern_to_host_byte_order(pcre32 *, pcre32_extra *, 667 PCRE_EXP_DECL void pcre32_assign_jit_stack(pcre32_extra *, [all...] |
H A D | pcre_fullinfo.c | 78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data,
|
H A D | pcre_byte_order.c | 106 pcre32_extra *extra_data, const unsigned char *tables)
|
H A D | pcre_study.c | 1415 PCRE_EXP_DEFN pcre32_extra * PCRE_CALL_CONVENTION 1630 pcre32_free_study(pcre32_extra *extra)
|
H A D | pcre_dfa_exec.c | 3186 pcre32_dfa_exec(const pcre32 *argument_re, const pcre32_extra *extra_data,
|
H A D | pcre_exec.c | 6345 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data,
|
H A D | pcre_jit_compile.c | 10465 pcre32_jit_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, 10610 pcre32_assign_jit_stack(pcre32_extra *extra, pcre32_jit_callback callback, void *userdata) 10681 pcre32_assign_jit_stack(pcre32_extra *extra, pcre32_jit_callback callback, void *userdata)
|
Completed in 83 milliseconds