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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c7091 int resetcount = 2 + re->top_bracket * 2; local
7092 if (resetcount > offsetcount) resetcount = offsetcount;
7094 iend = offsets + resetcount;

Completed in 40 milliseconds