Home
last modified time | relevance | path

Searched refs:PCRE2_GET_OVECTOR_COUNT (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2test.c1115 #define PCRE2_GET_OVECTOR_COUNT(a,b) \ macro
1631 #define PCRE2_GET_OVECTOR_COUNT(a,b) \ macro
1983 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_8(G(b,8)) macro
2087 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_16(G(b,16)) macro
2191 #define PCRE2_GET_OVECTOR_COUNT(a,b) a = pcre2_get_ovector_count_32(G(b,32)) macro
6937 PCRE2_GET_OVECTOR_COUNT(max_oveccount, match_data); in process_data()
7287 PCRE2_GET_OVECTOR_COUNT(oveccount, match_data); in process_data()