Searched refs:pcre16_extra (Results 1 – 12 of 12) sorted by relevance
/external/pcre/ |
D | pcre.h | 389 typedef struct pcre16_extra { struct 398 } pcre16_extra; argument 569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *, 575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *, 582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *, 596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int, 634 PCRE_EXP_DECL pcre16_extra *pcre16_study(const pcre16 *, int, const char **); 637 PCRE_EXP_DECL void pcre16_free_study(pcre16_extra *); 646 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *, pcre16_extra *, 665 PCRE_EXP_DECL void pcre16_assign_jit_stack(pcre16_extra *,
|
/external/pcre/dist/ |
D | pcre.h.in | 389 typedef struct pcre16_extra { struct 398 } pcre16_extra; argument 569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *, 575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *, 582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *, 596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int, 634 PCRE_EXP_DECL pcre16_extra *pcre16_study(const pcre16 *, int, const char **); 637 PCRE_EXP_DECL void pcre16_free_study(pcre16_extra *); 646 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *, pcre16_extra *, 665 PCRE_EXP_DECL void pcre16_assign_jit_stack(pcre16_extra *,
|
D | pcre.h.generic | 389 typedef struct pcre16_extra { 398 } pcre16_extra; 569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *, 575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *, 582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *, 596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int, 634 PCRE_EXP_DECL pcre16_extra *pcre16_study(const pcre16 *, int, const char **); 637 PCRE_EXP_DECL void pcre16_free_study(pcre16_extra *); 646 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *, pcre16_extra *, 665 PCRE_EXP_DECL void pcre16_assign_jit_stack(pcre16_extra *,
|
D | pcre_fullinfo.c | 74 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_fullinfo()
|
D | pcre_byte_order.c | 103 pcre16_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
|
D | pcre_jit_test.c | 936 static void setstack16(pcre16_extra *extra) in setstack16() 1140 pcre16_extra *extra16; in regression_tests() 1141 pcre16_extra dummy_extra16; in regression_tests() 1368 memset(&dummy_extra16, 0, sizeof(pcre16_extra)); in regression_tests()
|
D | pcre_study.c | 1412 PCRE_EXP_DEFN pcre16_extra * PCRE_CALL_CONVENTION in pcre_study() 1627 pcre16_free_study(pcre16_extra *extra) in pcre_free_study()
|
D | pcretest.c | 327 pcre16_assign_jit_stack((pcre16_extra *)extra, \ 345 count = pcre16_dfa_exec((pcre16 *)re, (pcre16_extra *)extra, \ 351 count = pcre16_exec((pcre16 *)re, (pcre16_extra *)extra, (PCRE_SPTR16)bptr, \ 355 pcre16_free_study((pcre16_extra *)extra) 380 rc = pcre16_pattern_to_host_byte_order((pcre16 *)re, (pcre16_extra *)extra, \ 2422 rc = pcre16_fullinfo((pcre16 *)re, (pcre16_extra *)study, option, ptr); in new_info()
|
D | pcre_dfa_exec.c | 3181 pcre16_dfa_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_dfa_exec()
|
D | pcre_jit_compile.c | 10460 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_jit_exec() 10607 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) in pcre_assign_jit_stack() 10678 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
|
D | pcre_exec.c | 6340 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 208 pcre16_extra *pcre16_study(const pcre16 *code, int options, 211 void pcre16_free_study(pcre16_extra *extra); 213 int pcre16_exec(const pcre16 *code, const pcre16_extra *extra, 217 int pcre16_dfa_exec(const pcre16 *code, const pcre16_extra *extra, 263 void pcre16_assign_jit_stack(pcre16_extra *extra, 268 int pcre16_fullinfo(const pcre16 *code, const pcre16_extra *extra, 278 pcre16_extra *extra, const unsigned char *tables); 355 pcre16_study() is pcre16_extra, and the type of the structure that is
|