Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c2283 uint16_t nest_depth; member
2336 uint16_t nest_depth = 0; in parse_regex() local
2427 if (nest_depth > cb->cx->parens_nest_limit) in parse_regex()
3454 nest_depth++; in parse_regex()
3573 nest_depth++; in parse_regex()
3580 top_nest->nest_depth = nest_depth; in parse_regex()
3684 nest_depth--; /* This is not a nested group after all. */ in parse_regex()
3686 (top_nest-1)->nest_depth == nest_depth) top_nest--; in parse_regex()
3687 else top_nest->nest_depth = nest_depth; in parse_regex()
3934 nest_depth++; in parse_regex()
[all …]