Lines Matching refs:ovector16_2
1127 PCRE2_SIZE *ovector16_2 = NULL; in regression_tests() local
1350 ovector16_2 = pcre2_get_ovector_pointer_16(mdata16_2); in regression_tests()
1354 ovector16_2[i] = -2; in regression_tests()
1505 if (ovector16_2[i] >= 0) in regression_tests()
1506 ovector16_2[i] = regtest_offsetmap16[ovector16_2[i]]; in regression_tests()
1521 …tor8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector16_1[i] || ovector8_1[i] != ovector16_2[i]) { in regression_tests()
1523 i, ovector8_1[i], ovector8_2[i], ovector16_1[i], ovector16_2[i], in regression_tests()
1537 …if (ovector16_1[i] != ovector16_2[i] || ovector16_1[i] != ovector32_1[i] || ovector16_1[i] != ovec… in regression_tests()
1539 i, ovector16_1[i], ovector16_2[i], ovector32_1[i], ovector32_2[i], in regression_tests()
1581 if (ovector16_1[i] != ovector16_2[i]) { in regression_tests()
1583 i, (int)ovector16_1[i], (int)ovector16_2[i], total, current->pattern, current->input); in regression_tests()