Searched refs:OVECTOR_SIZE (Results 1 – 1 of 1) sorted by relevance
1109 #define OVECTOR_SIZE 15 macro1315 mdata8_1 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()1316 mdata8_2 = pcre2_match_data_create_8(OVECTOR_SIZE, NULL); in regression_tests()1328 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()1330 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()1355 mdata16_1 = pcre2_match_data_create_16(OVECTOR_SIZE, NULL); in regression_tests()1356 mdata16_2 = pcre2_match_data_create_16(OVECTOR_SIZE, NULL); in regression_tests()1368 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()1370 for (i = 0; i < OVECTOR_SIZE * 2; ++i) in regression_tests()1400 mdata32_1 = pcre2_match_data_create_32(OVECTOR_SIZE, NULL); in regression_tests()[all …]