Searched refs:pcre2_jit_compile_8 (Results 1 - 3 of 3) sorted by relevance
/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() 54 panic!("pcre2_jit_compile_8 failed with error: {:?}", err); in new() 183 fn pcre2_jit_compile_8(code: *const code, options: u32) -> c_int; in pcre2_jit_compile_8() functions
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 1375 if (pcre2_jit_compile_8(re8, jit_compile_mode)) { in regression_tests() 2017 if (pcre2_jit_compile_8(code, current->jit_compile_options) != 0) { in run_invalid_utf8_test()
|
H A D | pcre2test.c | 1193 if (test_mode == PCRE8_MODE) r = pcre2_jit_compile_8(G(a,8),b); \ 2076 #define PCRE2_JIT_COMPILE(r,a,b) r = pcre2_jit_compile_8(G(a,8),b)
|
Completed in 16 milliseconds