Lines Matching refs:bracount
2008 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()
3775 if (cb->bracount > top_nest->max_group) in scan_for_captures()
3776 top_nest->max_group = (uint16_t)cb->bracount; in scan_for_captures()
3777 cb->bracount = top_nest->reset_group; in scan_for_captures()
3788 top_nest->max_group > cb->bracount) in scan_for_captures()
3789 cb->bracount = top_nest->max_group; in scan_for_captures()
3809 cb->final_bracount = cb->bracount; in scan_for_captures()
6344 (cb->bracount + 1) - recno : recno + cb->bracount; in compile_branch()
6872 recno = (int)(cb->bracount + 1) - recno; in compile_branch()
6886 recno += cb->bracount; in compile_branch()
6992 cb->bracount += 1; in compile_branch()
6993 PUT2(code, 1+LINK_SIZE, cb->bracount); in compile_branch()
7028 tempbracount = cb->bracount; /* Save value before bracket */ in compile_branch()
7058 if (bravalue == OP_ONCE && cb->bracount <= tempbracount) in compile_branch()
7665 orig_bracount = max_bracount = cb->bracount; in compile_regex()
7672 if (reset_bracount) cb->bracount = orig_bracount; in compile_regex()
7698 if (cb->bracount > max_bracount) max_bracount = cb->bracount; in compile_regex()
7846 cb->bracount = max_bracount; in compile_regex()
8431 cb.bracount = cb.final_bracount = 0; in pcre2_compile()
8637 cb.bracount = 0; in pcre2_compile()
8740 cb.bracount = 0; in pcre2_compile()
8773 re->top_bracket = cb.bracount; in pcre2_compile()