Searched refs:PCRE2_JIT_COMPLETE (Results 1 - 7 of 7) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_simd_inc.h | 240 if (common->mode == PCRE2_JIT_COMPLETE) 312 if (common->mode == PCRE2_JIT_COMPLETE) 338 if (common->mode != PCRE2_JIT_COMPLETE) 351 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE); 529 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs2); 942 if (common->mode == PCRE2_JIT_COMPLETE) 948 if (common->mode != PCRE2_JIT_COMPLETE) 1055 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE && offs1 > offs2); 1284 if (common->mode == PCRE2_JIT_COMPLETE) 1376 if (common->mode == PCRE2_JIT_COMPLETE) [all...] |
H A D | pcre2_jit_test.c | 1257 jit_compile_mode = PCRE2_JIT_COMPLETE; in regression_tests() 1829 #define CI (PCRE2_JIT_COMPLETE | PCRE2_JIT_INVALID_UTF) 1830 #define CPI (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT | PCRE2_JIT_INVALID_UTF) 1986 { 0, PCRE2_JIT_COMPLETE, 0, 0, 1, -1, -1, { "\\X{2}", NULL }, "\r\n\n" }, 1987 { 0, PCRE2_JIT_COMPLETE, 0, 0, 1, -1, -1, { "\\R{2}", NULL }, "\r\n\n" }, 2025 if (current->jit_compile_options & PCRE2_JIT_COMPLETE) { in run_invalid_utf8_test() 2117 #define CI (PCRE2_JIT_COMPLETE | PCRE2_JIT_INVALID_UTF) 2118 #define CPI (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT | PCRE2_JIT_INVALID_UTF) 2241 if (current->jit_compile_options & PCRE2_JIT_COMPLETE) { in run_invalid_utf16_test() 2325 #define CI (PCRE2_JIT_COMPLETE | PCRE2_JIT_INVALID_UT [all...] |
H A D | pcre2_fuzzsupport.c | 155 pcre2_jit_compile(code, PCRE2_JIT_COMPLETE); in LLVMFuzzerTestOneInput()
|
H A D | pcre2_jit_compile.c | 423 /* Mode can be PCRE2_JIT_COMPLETE and others. */ 3630 SLJIT_ASSERT(!force || common->mode != PCRE2_JIT_COMPLETE); in check_partial() 3632 if (common->mode == PCRE2_JIT_COMPLETE) in check_partial() 3660 if (common->mode == PCRE2_JIT_COMPLETE) in check_str_end() 3689 if (common->mode == PCRE2_JIT_COMPLETE) in detect_partial_match() 5924 SLJIT_ASSERT(common->mode == PCRE2_JIT_COMPLETE || offset == 0); in fast_forward_first_char2() 5960 if (common->mode == PCRE2_JIT_COMPLETE) in fast_forward_first_char2() 5994 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_first_char2() 6261 if (JIT_HAS_FAST_FORWARD_CHAR_PAIR_SIMD && common->mode == PCRE2_JIT_COMPLETE) in fast_forward_newline() 6356 if (common->mode != PCRE2_JIT_COMPLETE) in fast_forward_newline() [all...] |
H A D | pcre2grep.c | 3723 if (use_jit) (void)pcre2_jit_compile(p->compiled, PCRE2_JIT_COMPLETE); in compile_pattern()
|
H A D | pcre2test.c | 224 #define JIT_DEFAULT (PCRE2_JIT_COMPLETE|\
|
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | pcre2.rs | 52 let err = unsafe { pcre2_jit_compile_8(code, PCRE2_JIT_COMPLETE) }; in new() 148 const PCRE2_JIT_COMPLETE: u32 = 0x00000001; consts
|
Completed in 33 milliseconds