Lines Matching refs:re8
1111 pcre2_code_8 *re8; in regression_tests() local
1207 re8 = NULL; in regression_tests()
1216 re8 = pcre2_compile_8((PCRE2_SPTR8)current->pattern, PCRE2_ZERO_TERMINATED, in regression_tests()
1220 if (!re8 && (utf || is_ascii)) in regression_tests()
1307 pcre2_code_free_8(re8); in regression_tests()
1308 re8 = NULL; in regression_tests()
1317 if (re8) { in regression_tests()
1318 return_value8[1] = pcre2_match_8(re8, (PCRE2_SPTR8)current->input, strlen(current->input), in regression_tests()
1321 if (pcre2_jit_compile_8(re8, jit_compile_mode)) { in regression_tests()
1325 return_value8[0] = pcre2_match_8(re8, (PCRE2_SPTR8)current->input, strlen(current->input), in regression_tests()
1329 return_value8[0] = pcre2_jit_match_8(re8, (PCRE2_SPTR8)current->input, strlen(current->input), in regression_tests()
1661 …if (re8 && !(current->start_offset & F_NO8) && pcre2_get_mark_8(mdata8_1) != pcre2_get_mark_8(mdat… in regression_tests()
1684 pcre2_code_free_8(re8); in regression_tests()