Lines Matching full:pcre2_get_ovector_count
993 #define PCRE2_GET_OVECTOR_COUNT(a,b) \
1452 #define PCRE2_GET_OVECTOR_COUNT(a,b) \
1775 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_8(G(b,8))
1870 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_16(G(b,16))
1965 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_32(G(b,32))
6079 PCRE2_GET_OVECTOR_COUNT(max_oveccount, match_data);
6410 PCRE2_GET_OVECTOR_COUNT(oveccount, match_data);