Searched refs:pcre2_get_ovector_count (Results 1 – 8 of 8) sorted by relevance
130 pcre2_get_ovector_count(pcre2_match_data *match_data) in pcre2_get_ovector_count() function
261 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
480 PCRE2_EXP_DECL uint32_t pcre2_get_ovector_count(pcre2_match_data *); \611 #define pcre2_get_ovector_count PCRE2_SUFFIX(pcre2_get_ovector_count_) macro
480 PCRE2_EXP_DECL uint32_t pcre2_get_ovector_count(pcre2_match_data *); \611 #define pcre2_get_ovector_count PCRE2_SUFFIX(pcre2_get_ovector_count_)
41 doc/html/pcre2_get_ovector_count.html \122 doc/pcre2_get_ovector_count.3 \
847 doc/html/pcre2_get_ovector_count.html \928 doc/pcre2_get_ovector_count.3 \
420 auto veclen = pcre2_get_ovector_count(match_data.get()); in Rewrite()
220 uint32_t pcre2_get_ovector_count(pcre2_match_data *match_data);2263 uint32_t pcre2_get_ovector_count(pcre2_match_data *match_data);2284 pcre2_get_ovector_count() returns the number of pairs of values it con-