Home
last modified time | relevance | path

Searched refs:pcre32_extra (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h402 typedef struct pcre32_extra { struct
411 } pcre32_extra; argument
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 *,
H A Dpcre_fullinfo.c78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_fullinfo()
H A Dpcre_study.c1457 PCRE_EXP_DEFN pcre32_extra * PCRE_CALL_CONVENTION in pcre_study()
1673 pcre32_free_study(pcre32_extra *extra) in pcre_free_study()
H A Dpcre_jit_compile.c10495 pcre32_jit_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_jit_exec()
10639 pcre32_assign_jit_stack(pcre32_extra *extra, pcre32_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
10710 pcre32_assign_jit_stack(pcre32_extra *extra, pcre32_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
H A Dpcre_exec.c6357 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_exec()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt550 pcre32_extra *pcre32_study(const pcre32 *code, int options,
553 void pcre32_free_study(pcre32_extra *extra);
555 int pcre32_exec(const pcre32 *code, const pcre32_extra *extra,
559 int pcre32_dfa_exec(const pcre32 *code, const pcre32_extra *extra,
605 void pcre32_assign_jit_stack(pcre32_extra *extra,
610 int pcre32_fullinfo(const pcre32 *code, const pcre32_extra *extra,
620 pcre32_extra *extra, const unsigned char *tables);
697 pcre32_study() is pcre32_extra, and the type of the structure that is

Completed in 70 milliseconds