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/
H A Dpcre2.rs52 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 Dpcre2_jit_test.c1375 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 Dpcre2test.c1193 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