Lines Matching refs:re32
1132 pcre2_code_32 *re32; in regression_tests() local
1261 re32 = NULL; in regression_tests()
1270 re32 = pcre2_compile_32(regtest_buf32, PCRE2_ZERO_TERMINATED, in regression_tests()
1274 if (!re32 && (utf || is_ascii)) in regression_tests()
1390 pcre2_code_free_32(re32); in regression_tests()
1391 re32 = NULL; in regression_tests()
1400 if (re32) { in regression_tests()
1406 return_value32[1] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1409 if (pcre2_jit_compile_32(re32, jit_compile_mode)) { in regression_tests()
1413 return_value32[0] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1417 return_value32[0] = pcre2_jit_match_32(re32, regtest_buf32, length32, in regression_tests()
1675 …if (re32 && !(current->start_offset & F_NO32) && pcre2_get_mark_32(mdata32_1) != pcre2_get_mark_32… in regression_tests()
1696 pcre2_code_free_32(re32); in regression_tests()