Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3237 nest_save *top_nest = NULL; in scan_for_captures() local
3469 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in scan_for_captures()
3470 else if (++top_nest >= end_nests) in scan_for_captures()
3475 top_nest->nest_depth = nest_depth; in scan_for_captures()
3476 top_nest->flags = 0; in scan_for_captures()
3477 if ((options & PCRE2_EXTENDED) != 0) top_nest->flags |= NSF_EXTENDED; in scan_for_captures()
3478 if ((options & PCRE2_DUPNAMES) != 0) top_nest->flags |= NSF_DUPNAMES; in scan_for_captures()
3482 top_nest->reset_group = (uint16_t)cb->bracount; in scan_for_captures()
3483 top_nest->max_group = (uint16_t)cb->bracount; in scan_for_captures()
3484 top_nest->flags |= NSF_RESET; in scan_for_captures()
[all …]