Home
last modified time | relevance | path

Searched refs:pcre2_jit_compile_8 (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs52 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/
Dpcre2_jit_test.c1374 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()
Dpcre2test.c1189 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)