Searched refs:pcre32_extra (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre.h402 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 Dpcre_fullinfo.c78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data,
H A Dpcre_byte_order.c106 pcre32_extra *extra_data, const unsigned char *tables)
H A Dpcre_study.c1415 PCRE_EXP_DEFN pcre32_extra * PCRE_CALL_CONVENTION
1630 pcre32_free_study(pcre32_extra *extra)
H A Dpcre_dfa_exec.c3186 pcre32_dfa_exec(const pcre32 *argument_re, const pcre32_extra *extra_data,
H A Dpcre_exec.c6345 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data,
H A Dpcre_jit_compile.c10465 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