Lines Matching refs:re16
1121 pcre2_code_16 *re16; in regression_tests() local
1234 re16 = NULL; in regression_tests()
1243 re16 = pcre2_compile_16(regtest_buf16, PCRE2_ZERO_TERMINATED, in regression_tests()
1247 if (!re16 && (utf || is_ascii)) in regression_tests()
1346 pcre2_code_free_16(re16); in regression_tests()
1347 re16 = NULL; in regression_tests()
1356 if (re16) { in regression_tests()
1362 return_value16[1] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests()
1365 if (pcre2_jit_compile_16(re16, jit_compile_mode)) { in regression_tests()
1369 return_value16[0] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests()
1373 return_value16[0] = pcre2_jit_match_16(re16, regtest_buf16, length16, in regression_tests()
1668 …if (re16 && !(current->start_offset & F_NO16) && pcre2_get_mark_16(mdata16_1) != pcre2_get_mark_16… in regression_tests()
1690 pcre2_code_free_16(re16); in regression_tests()