Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c6969 int resetcount = 2 + re->top_bracket * 2; in pcre_exec() local
6970 if (resetcount > offsetcount) resetcount = offsetcount; in pcre_exec()
6972 iend = offsets + resetcount; in pcre_exec()

Completed in 16 milliseconds