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

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

Completed in 62 milliseconds