Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h715 int parens_depth; /* Depth of nested parentheses */ member
Dpcre2_compile.c7000 if ((cb->parens_depth += 1) > (int)(cb->cx->parens_nest_limit)) in compile_branch()
7053 cb->parens_depth -= 1; in compile_branch()
7615 cb->cx->stack_guard(cb->parens_depth, cb->cx->stack_guard_data)) in compile_regex()
8448 cb.parens_depth = 0; in pcre2_compile()
8738 cb.parens_depth = 0; in pcre2_compile()