Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c2354 nest_save *top_nest, *end_nests; in parse_regex() local
2394 top_nest = NULL; in parse_regex()
3574 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()
3575 else if (++top_nest >= end_nests) in parse_regex()
3580 top_nest->nest_depth = nest_depth; in parse_regex()
3581 top_nest->flags = 0; in parse_regex()
3582 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
3589 top_nest->reset_group = (uint16_t)cb->bracount; in parse_regex()
3590 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
3591 top_nest->flags |= NSF_RESET; in parse_regex()
[all …]