Home
last modified time | relevance | path

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

/external/pcre/
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 *,
/external/pcre/dist/
Dpcre.h.in402 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 *,
Dpcre.h.generic402 typedef struct pcre32_extra {
411 } 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 *,
Dpcre_fullinfo.c78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_fullinfo()
Dpcre_byte_order.c106 pcre32_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
Dpcre_jit_test.c968 static void setstack32(pcre32_extra *extra) in setstack32()
1159 pcre32_extra *extra32; in regression_tests()
1160 pcre32_extra dummy_extra32; in regression_tests()
1411 memset(&dummy_extra32, 0, sizeof(pcre32_extra)); in regression_tests()
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()
Dpcretest.c419 pcre32_assign_jit_stack((pcre32_extra *)extra, \
437 count = pcre32_dfa_exec((pcre32 *)re, (pcre32_extra *)extra, \
443 count = pcre32_exec((pcre32 *)re, (pcre32_extra *)extra, (PCRE_SPTR32)bptr, \
447 pcre32_free_study((pcre32_extra *)extra)
472 rc = pcre32_pattern_to_host_byte_order((pcre32 *)re, (pcre32_extra *)extra, \
2419 rc = pcre32_fullinfo((pcre32 *)re, (pcre32_extra *)study, option, ptr); in new_info()
Dpcre_dfa_exec.c3187 pcre32_dfa_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_dfa_exec()
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()
Dpcre_exec.c6357 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_exec()
/external/pcre/dist/doc/
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