Searched refs:pcre2_jit_compile (Results 1 – 8 of 8) sorted by relevance
5 …le.c pcre2_config.c pcre2_context.c pcre2_dfa_match.c pcre2_error.c pcre2_jit_compile.c pcre2_make…
64 …pcre2lib/pcre2_jit_compile.c pcre2lib/pcre2_maketables.c pcre2lib/pcre2_match.c pcre2lib/pcre2_mat…
810 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE); in pcre_get_compiled_regex_cache_ex()
43 #error This file must be included from pcre2_jit_compile.c.
42 #error This file must be included from pcre2_jit_compile.c.
767 pcre2_jit_compile(pcre2_code *, uint32_t); \858 #define pcre2_jit_compile PCRE2_SUFFIX(pcre2_jit_compile_) macro
14382 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile() function
189 if (0 > pcre2_jit_compile(it->re, PCRE2_JIT_COMPLETE)) { in zend_accel_blacklist_update_regexp()
Completed in 44 milliseconds