Searched refs:mdata8_1 (Results 1 – 1 of 1) sorted by relevance
1158 pcre2_match_data_8 *mdata8_1; in regression_tests() local1344 mdata8_1 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()1347 if (!mdata8_1 || !mdata8_2 || !mcontext8) { in regression_tests()1349 pcre2_match_data_free_8(mdata8_1); in regression_tests()1355 ovector8_1 = pcre2_get_ovector_pointer_8(mdata8_1); in regression_tests()1372 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()1376 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()1709 …if (re8 && !(current->start_offset & F_NO8) && pcre2_get_mark_8(mdata8_1) != pcre2_get_mark_8(mdat… in regression_tests()1733 pcre2_match_data_free_8(mdata8_1); in regression_tests()