Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c7662 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) in compile_branch()
7716 cd->parens_depth -= 1; in compile_branch()
9305 cd->parens_depth = 0; in pcre_compile2()
9385 cd->parens_depth = 0; in pcre_compile2()
H A Dpcre_internal.h2452 int parens_depth; /* Depth of nested parentheses */ member

Completed in 35 milliseconds