Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c7544 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) in compile_branch()
7594 cd->parens_depth -= 1; in compile_branch()
9178 cd->parens_depth = 0; in pcre_compile2()
9258 cd->parens_depth = 0; in pcre_compile2()
H A Dpcre_internal.h2444 int parens_depth; /* Depth of nested parentheses */ member

Completed in 32 milliseconds