Searched refs:pcre16_extra (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/pcre/ |
D | pcre.h | 324 typedef struct pcre16_extra { struct 333 } pcre16_extra; argument 441 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *, 445 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *, 453 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int, 478 PCRE_EXP_DECL pcre16_extra *pcre16_study(const pcre16 *, int, const char **); 480 PCRE_EXP_DECL void pcre16_free_study(pcre16_extra *); 487 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *, pcre16_extra *, 500 PCRE_EXP_DECL void pcre16_assign_jit_stack(pcre16_extra *,
|
D | pcre_fullinfo.c | 72 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_fullinfo()
|
D | pcre_byte_order.c | 101 pcre16_extra *extra_data, const unsigned char *tables) in pcre_pattern_to_host_byte_order()
|
D | pcre_study.c | 1317 PCRE_EXP_DEFN pcre16_extra * PCRE_CALL_CONVENTION in pcre_study() 1519 pcre16_free_study(pcre16_extra *extra) in pcre_free_study()
|
D | pcre_dfa_exec.c | 3138 pcre16_dfa_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_dfa_exec()
|
D | pcre_jit_compile.c | 7439 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) in pcre_assign_jit_stack() 7487 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
|
D | pcre_exec.c | 6341 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec()
|