Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1006 int bracount, int options, BOOL isclass) in check_escape() argument
1184 if (s > bracount) in check_escape()
1189 s = bracount - (s - 1); in check_escape()
6864 cd->bracount - recno + 1 : recno + cd->bracount; in compile_branch()
7472 recno += cd->bracount; in compile_branch()
7654 cd->bracount += 1; in compile_branch()
8353 if (cd->bracount > max_bracount) max_bracount = cd->bracount; in compile_regex()
8503 cd->bracount = max_bracount; in compile_regex()
9288 cd->bracount = cd->final_bracount = 0; in pcre_compile2()
9387 cd->bracount = 0; in pcre_compile2()
[all …]
H A Dpcre_internal.h2446 unsigned int bracount; /* Count of capturing parens as we compile */ member

Completed in 45 milliseconds