Lines Matching refs:re8
1127 pcre2_code_8 *re8; in regression_tests() local
1223 re8 = NULL; in regression_tests()
1232 re8 = pcre2_compile_8((PCRE2_SPTR8)current->pattern, PCRE2_ZERO_TERMINATED, in regression_tests()
1236 if (!re8 && (utf || is_ascii)) in regression_tests()
1323 pcre2_code_free_8(re8); in regression_tests()
1324 re8 = NULL; in regression_tests()
1333 if (re8) { in regression_tests()
1335 return_value8[1] = pcre2_match_8(re8, (PCRE2_SPTR8)current->input, strlen(current->input), in regression_tests()
1338 if (pcre2_jit_compile_8(re8, jit_compile_mode)) { in regression_tests()
1342 return_value8[0] = pcre2_match_8(re8, (PCRE2_SPTR8)current->input, strlen(current->input), in regression_tests()
1346 return_value8[0] = pcre2_jit_match_8(re8, (PCRE2_SPTR8)current->input, strlen(current->input), in regression_tests()
1680 …if (re8 && !(current->start_offset & F_NO8) && pcre2_get_mark_8(mdata8_1) != pcre2_get_mark_8(mdat… in regression_tests()
1703 pcre2_code_free_8(re8); in regression_tests()