Searched refs:pcre32_extra (Results 1 – 12 of 12) sorted by relevance
/external/pcre/ |
D | pcre.h | 402 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/ |
D | pcre.h.in | 402 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 *,
|
D | pcre.h.generic | 402 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 *,
|
D | pcre_fullinfo.c | 78 pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_fullinfo()
|
D | pcre_byte_order.c | 106 pcre32_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
|
D | pcre_jit_test.c | 968 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()
|
D | pcre_study.c | 1457 PCRE_EXP_DEFN pcre32_extra * PCRE_CALL_CONVENTION in pcre_study() 1673 pcre32_free_study(pcre32_extra *extra) in pcre_free_study()
|
D | pcretest.c | 419 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()
|
D | pcre_dfa_exec.c | 3187 pcre32_dfa_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_dfa_exec()
|
D | pcre_jit_compile.c | 10495 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()
|
D | pcre_exec.c | 6357 pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, in pcre_exec()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 550 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
|