Home
last modified time | relevance | path

Searched refs:re32 (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_test.c1185 pcre2_code_32 *re32; in regression_tests() local
1314 re32 = NULL; in regression_tests()
1323 re32 = pcre2_compile_32(regtest_buf32, PCRE2_ZERO_TERMINATED, in regression_tests()
1327 if (!re32 && (utf || is_ascii)) in regression_tests()
1445 pcre2_code_free_32(re32); in regression_tests()
1446 re32 = NULL; in regression_tests()
1456 if (re32) { in regression_tests()
1462 return_value32[1] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1465 if (pcre2_jit_compile_32(re32, jit_compile_mode)) { in regression_tests()
1469 return_value32[0] = pcre2_match_32(re32, regtest_buf3 in regression_tests()
[all...]

Completed in 4 milliseconds