resetcount       7091 ext/pcre/pcrelib/pcre_exec.c     int resetcount = 2 + re->top_bracket * 2;
resetcount       7092 ext/pcre/pcrelib/pcre_exec.c     if (resetcount > offsetcount) resetcount = offsetcount;
resetcount       7094 ext/pcre/pcrelib/pcre_exec.c     iend = offsets + resetcount;