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

/external/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...]

Completed in 54 milliseconds