Searched refs:pcre_extra (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/pcre/ |
D | pcre.h | 311 typedef struct pcre_extra { struct 320 } pcre_extra; argument 439 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *, 443 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR, 451 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int, 477 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **); 479 PCRE_EXP_DECL void pcre_free_study(pcre_extra *); 485 PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *, pcre_extra *, 498 PCRE_EXP_DECL void pcre_assign_jit_stack(pcre_extra *,
|
D | pcre_fullinfo.c | 68 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo()
|
D | pcre_byte_order.c | 98 pcre_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
|
D | pcre_study.c | 1314 PCRE_EXP_DEFN pcre_extra * PCRE_CALL_CONVENTION 1516 pcre_free_study(pcre_extra *extra) in pcre_free_study()
|
D | pcre_dfa_exec.c | 3133 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_dfa_exec()
|
D | pcre_jit_compile.c | 7436 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack() 7484 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
|
D | pcre_exec.c | 6336 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_exec()
|
/third_party/selinux/libselinux/src/ |
D | regex.c | 282 pcre_extra *sd; /* pointer to extra compiled stuff */ 283 pcre_extra lsd; /* used to hold the mmap'd version */ 377 static inline pcre_extra *get_pcre_extra(struct regex_data *regex) in get_pcre_extra() 396 pcre_extra *sd = get_pcre_extra(regex); in regex_writef()
|
/third_party/re2/util/ |
D | pcre.cc | 47 struct pcre_extra { struct 69 int pcre_exec(const pcre*, const pcre_extra*, const char*, int, int, int, int*, int) { in pcre_exec() argument 73 int pcre_fullinfo(const pcre*, const pcre_extra*, int, void*) { in pcre_fullinfo() argument 535 pcre_extra extra = { 0 }; in TryMatch()
|