Lines Matching refs:ovector32_2
1138 PCRE2_SIZE *ovector32_2 = NULL; in regression_tests() local
1394 ovector32_2 = pcre2_get_ovector_pointer_32(mdata32_2); in regression_tests()
1398 ovector32_2[i] = -2; in regression_tests()
1513 if (ovector32_2[i] >= 0) in regression_tests()
1514 ovector32_2[i] = regtest_offsetmap32[ovector32_2[i]]; in regression_tests()
1529 …tor8_1[i] != ovector8_2[i] || ovector8_1[i] != ovector32_1[i] || ovector8_1[i] != ovector32_2[i]) { in regression_tests()
1531 i, ovector8_1[i], ovector8_2[i], ovector32_1[i], ovector32_2[i], in regression_tests()
1537 …6_1[i] != ovector16_2[i] || ovector16_1[i] != ovector32_1[i] || ovector16_1[i] != ovector32_2[i]) { in regression_tests()
1539 i, ovector16_1[i], ovector16_2[i], ovector32_1[i], ovector32_2[i], in regression_tests()
1601 if (ovector32_1[i] != ovector32_2[i]) { in regression_tests()
1603 i, (int)ovector32_1[i], (int)ovector32_2[i], total, current->pattern, current->input); in regression_tests()