Searched defs:pcre_extra (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre.h376 typedef struct pcre_extra { struct
385 } pcre_extra; typedef in typeref:struct:pcre_extra
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,
633 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
636 PCRE_EXP_DECL void pcre_free_study(pcre_extra *);
644 PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *, pcre_extra *,
663 PCRE_EXP_DECL void pcre_assign_jit_stack(pcre_extra *,
[all...]

Completed in 31 milliseconds