Home | History | Annotate | Download | only in src

Lines Matching refs:bracount

2008       if (s > cb->bracount)
2013 s = cb->bracount - (s - 1);
2061 if (s < 10 || *oldptr >= CHAR_8 || s <= cb->bracount)
3425 if ((options & PCRE2_NO_AUTO_CAPTURE) == 0) cb->bracount++;
3482 top_nest->reset_group = (uint16_t)cb->bracount;
3483 top_nest->max_group = (uint16_t)cb->bracount;
3701 cb->bracount++;
3717 if (ng->number == cb->bracount) break;
3726 else if (ng->number == cb->bracount)
3762 cb->named_groups[cb->names_found].number = cb->bracount;
3775 if (cb->bracount > top_nest->max_group)
3776 top_nest->max_group = (uint16_t)cb->bracount;
3777 cb->bracount = top_nest->reset_group;
3788 top_nest->max_group > cb->bracount)
3789 cb->bracount = top_nest->max_group;
3809 cb->final_bracount = cb->bracount;
6344 (cb->bracount + 1) - recno : recno + cb->bracount;
6872 recno = (int)(cb->bracount + 1) - recno;
6886 recno += cb->bracount;
6992 cb->bracount += 1;
6993 PUT2(code, 1+LINK_SIZE, cb->bracount);
7028 tempbracount = cb->bracount; /* Save value before bracket */
7058 if (bravalue == OP_ONCE && cb->bracount <= tempbracount)
7665 orig_bracount = max_bracount = cb->bracount;
7672 if (reset_bracount) cb->bracount = orig_bracount;
7698 if (cb->bracount > max_bracount) max_bracount = cb->bracount;
7846 cb->bracount = max_bracount;
8431 cb.bracount = cb.final_bracount = 0;
8637 cb.bracount = 0;
8740 cb.bracount = 0;
8773 re->top_bracket = cb.bracount;