Searched refs:pcre16_extra (Results 1 - 7 of 7) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre.h | 389 typedef struct pcre16_extra { struct 398 } pcre16_extra; typedef in typeref:struct: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 *, [all...] |
H A D | pcre_fullinfo.c | 74 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data,
|
H A D | pcre_byte_order.c | 103 pcre16_extra *extra_data, const unsigned char *tables)
|
H A D | pcre_study.c | 1412 PCRE_EXP_DEFN pcre16_extra * PCRE_CALL_CONVENTION 1627 pcre16_free_study(pcre16_extra *extra)
|
H A D | pcre_dfa_exec.c | 3181 pcre16_dfa_exec(const pcre16 *argument_re, const pcre16_extra *extra_data,
|
H A D | pcre_exec.c | 6340 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data,
|
H A D | pcre_jit_compile.c | 10334 * pcre16_extra) object, or you called said function after having 10460 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, 10607 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata) 10678 pcre16_assign_jit_stack(pcre16_extra *extra, pcre16_jit_callback callback, void *userdata)
|
Completed in 73 milliseconds