Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h731 uint16_t parens_depth; /* Depth of nested parentheses */ member
Dpcre2_compile.c6554 cb->parens_depth += 1; in compile_branch()
6579 cb->parens_depth -= 1; in compile_branch()
8119 cb->cx->stack_guard(cb->parens_depth, cb->cx->stack_guard_data)) in compile_regex()
9898 cb.parens_depth = 0; in pcre2_compile()
10299 cb.parens_depth = 0; in pcre2_compile()