Searched refs:resetcount (Results 1 – 1 of 1) sorted by relevance
7078 int resetcount = 2 + re->top_bracket * 2; in pcre_exec() local7079 if (resetcount > offsetcount) resetcount = offsetcount; in pcre_exec()7081 iend = offsets + resetcount; in pcre_exec()