Lines Matching refs:re16
1137 pcre2_code_16 *re16; in regression_tests() local
1250 re16 = NULL; in regression_tests()
1259 re16 = pcre2_compile_16(regtest_buf16, PCRE2_ZERO_TERMINATED, in regression_tests()
1263 if (!re16 && (utf || is_ascii)) in regression_tests()
1363 pcre2_code_free_16(re16); in regression_tests()
1364 re16 = NULL; in regression_tests()
1373 if (re16) { in regression_tests()
1380 return_value16[1] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests()
1383 if (pcre2_jit_compile_16(re16, jit_compile_mode)) { in regression_tests()
1387 return_value16[0] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests()
1391 return_value16[0] = pcre2_jit_match_16(re16, regtest_buf16, length16, in regression_tests()
1687 …if (re16 && !(current->start_offset & F_NO16) && pcre2_get_mark_16(mdata16_1) != pcre2_get_mark_16… in regression_tests()
1709 pcre2_code_free_16(re16); in regression_tests()