Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c7665 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) in compile_branch()
7719 cd->parens_depth -= 1; in compile_branch()
9308 cd->parens_depth = 0; in pcre_compile2()
9388 cd->parens_depth = 0; in pcre_compile2()
H A Dpcre_internal.h2448 int parens_depth; /* Depth of nested parentheses */ member

Completed in 31 milliseconds