Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c7472 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) in compile_branch()
7512 cd->parens_depth -= 1; in compile_branch()
9091 cd->parens_depth = 0; in pcre_compile2()
9178 cd->parens_depth = 0; in pcre_compile2()
Dpcre_internal.h2440 int parens_depth; /* Depth of nested parentheses */ member