Lines Matching refs:re32
1148 pcre2_code_32 *re32; in regression_tests() local
1277 re32 = NULL; in regression_tests()
1286 re32 = pcre2_compile_32(regtest_buf32, PCRE2_ZERO_TERMINATED, in regression_tests()
1290 if (!re32 && (utf || is_ascii)) in regression_tests()
1408 pcre2_code_free_32(re32); in regression_tests()
1409 re32 = NULL; in regression_tests()
1418 if (re32) { in regression_tests()
1425 return_value32[1] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1428 if (pcre2_jit_compile_32(re32, jit_compile_mode)) { in regression_tests()
1432 return_value32[0] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1436 return_value32[0] = pcre2_jit_match_32(re32, regtest_buf32, length32, in regression_tests()
1694 …if (re32 && !(current->start_offset & F_NO32) && pcre2_get_mark_32(mdata32_1) != pcre2_get_mark_32… in regression_tests()
1715 pcre2_code_free_32(re32); in regression_tests()