Searched refs:OVECTOR_SIZE (Results 1 – 1 of 1) sorted by relevance
1146 #define OVECTOR_SIZE 15 macro1352 mdata8_1 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()1353 mdata8_2 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()1365 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()1367 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()1392 mdata16_1 = pcre2_match_data_create_16(OVECTOR_SIZE, NULL); in regression_tests()1393 mdata16_2 = pcre2_match_data_create_16(OVECTOR_SIZE, NULL); in regression_tests()1405 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()1407 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()1437 mdata32_1 = pcre2_match_data_create_32(OVECTOR_SIZE, NULL); in regression_tests()[all …]