Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c2008 if (s > cb->bracount) in PRIV()
2013 s = cb->bracount - (s - 1); in PRIV()
2061 if (s < 10 || *oldptr >= CHAR_8 || s <= cb->bracount) in PRIV()
3425 if ((options & PCRE2_NO_AUTO_CAPTURE) == 0) cb->bracount++; 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()
3701 cb->bracount++; in scan_for_captures()
3717 if (ng->number == cb->bracount) break; in scan_for_captures()
3726 else if (ng->number == cb->bracount) in scan_for_captures()
3762 cb->named_groups[cb->names_found].number = cb->bracount; in scan_for_captures()
[all …]
Dpcre2_intmodedep.h706 uint32_t bracount; /* Count of capturing parens as we compile */ member