Searched defs:pcre16_extra (Results 1 - 1 of 1) 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...] |
Completed in 1259 milliseconds