Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c996 int bracount, int options, BOOL isclass) in check_escape() argument
1174 if (s > bracount) in check_escape()
1179 s = bracount - (s - 1); in check_escape()
6801 cd->bracount - recno + 1 : recno + cd->bracount; in compile_branch()
7355 recno += cd->bracount; in compile_branch()
7536 cd->bracount += 1; in compile_branch()
8227 if (cd->bracount > max_bracount) max_bracount = cd->bracount; in compile_regex()
8377 cd->bracount = max_bracount; in compile_regex()
9162 cd->bracount = cd->final_bracount = 0; in pcre_compile2()
9260 cd->bracount = 0; in pcre_compile2()
[all …]
H A Dpcre_internal.h2438 unsigned int bracount; /* Count of capturing parens as we compile */ member

Completed in 36 milliseconds