Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c7180 int resetcount = re->top_bracket + 1; in pcre2_match() local
7181 if (resetcount > match_data->oveccount) resetcount = match_data->oveccount; in pcre2_match()
7183 iend = match_data->ovector + 2 * resetcount; in pcre2_match()