Home | History | Annotate | Download | only in pcre

Lines Matching full:resetcount

5602 int rc, resetcount, ocount;
5848 resetcount = 2 + re->top_bracket * 2;
5849 if (resetcount > offsetcount) resetcount = ocount;
5858 register int *iend = iptr - resetcount/2 + 1;
5908 register int *iend = iptr + resetcount;