Searched refs:mdata8_1 (Results 1 – 1 of 1) sorted by relevance
1129 pcre2_match_data_8 *mdata8_1; in regression_tests() local1315 mdata8_1 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()1318 if (!mdata8_1 || !mdata8_2 || !mcontext8) { in regression_tests()1320 pcre2_match_data_free_8(mdata8_1); in regression_tests()1326 ovector8_1 = pcre2_get_ovector_pointer_8(mdata8_1); in regression_tests()1343 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()1347 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); 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()1704 pcre2_match_data_free_8(mdata8_1); in regression_tests()