Searched refs:pcre2_jit_compile_8 (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/regex/bench/src/ffi/ |
D | pcre2.rs | 52 let err = unsafe { pcre2_jit_compile_8(code, PCRE2_JIT_COMPLETE) }; in new() 183 fn pcre2_jit_compile_8(code: *const code, options: u32) -> c_int; in pcre2_jit_compile_8() function
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_test.c | 1374 if (pcre2_jit_compile_8(re8, jit_compile_mode)) { in regression_tests() 2016 if (pcre2_jit_compile_8(code, current->jit_compile_options) != 0) { in run_invalid_utf8_test()
|
D | pcre2test.c | 1189 if (test_mode == PCRE8_MODE) r = pcre2_jit_compile_8(G(a,8),b); \ 2061 #define PCRE2_JIT_COMPILE(r,a,b) r = pcre2_jit_compile_8(G(a,8),b)
|