Searched refs:PCRE2_GET_OVECTOR_COUNT (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 993 #define PCRE2_GET_OVECTOR_COUNT(a,b) \ macro 1452 #define PCRE2_GET_OVECTOR_COUNT(a,b) \ macro 1775 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_8(G(b,8)) macro 1870 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_16(G(b,16)) macro 1965 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_32(G(b,32)) macro 6079 PCRE2_GET_OVECTOR_COUNT(max_oveccount, match_data); in process_data() 6410 PCRE2_GET_OVECTOR_COUNT(oveccount, match_data); in process_data()
|