Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c954 if (s > bracount) in check_escape()
959 s = bracount - (s - 1); in check_escape()
1002 if (s < 10 || s <= bracount) in check_escape()
5854 cd->bracount - recno + 1 : recno +cd->bracount; in compile_branch()
6345 recno += cd->bracount; in compile_branch()
6527 cd->bracount += 1; in compile_branch()
7193 if (cd->bracount > max_bracount) max_bracount = cd->bracount; in compile_regex()
7339 cd->bracount = max_bracount; in compile_regex()
8009 cd->bracount = cd->final_bracount = 0; in pcre_compile2()
8094 cd->bracount = 0; in pcre_compile2()
[all …]
H A Dpcre_internal.h2403 unsigned int bracount; /* Count of capturing parens as we compile */ member

Completed in 44 milliseconds