Lines Matching refs:group
8491 int group, parsed_recurse_check *recurses, compile_block *cb) in get_grouplength() argument
8501 if (group > 0 && (cb->external_flags & PCRE2_DUPCAPUSED) == 0) in get_grouplength()
8503 uint32_t groupinfo = cb->groupinfo[group]; in get_grouplength()
8524 if (group > 0) in get_grouplength()
8525 cb->groupinfo[group] |= (uint32_t)(GI_SET_FIXED_LENGTH | grouplength); in get_grouplength()
8529 if (group > 0) cb->groupinfo[group] |= GI_NOT_FIXED_LENGTH; in get_grouplength()
8582 uint32_t group = 0; in get_branchlength() local
8740 group = ng->number; in get_branchlength()
8746 if (group == 0) in get_branchlength()
8771 group = META_DATA(*pptr); in get_branchlength()
8772 if (group < 10) in get_branchlength()
8774 offset = cb->small_ref_offset[group]; in get_branchlength()
8785 group = META_DATA(*pptr); in get_branchlength()
8789 if (group > cb->bracount) in get_branchlength()
8795 if (group == 0) goto ISNOTFIXED; /* Local recursion */ in get_branchlength()
8799 else if (*gptr == (META_CAPTURE | group)) break; in get_branchlength()
8819 grouplength = get_grouplength(&gptr, FALSE, errcodeptr, lcptr, group, in get_branchlength()
8849 group = META_DATA(*pptr); in get_branchlength()
8856 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength()
9729 rgroup = rc[p].group; in pcre2_compile()
9737 if (groupnumber > rc[p].groupnumber) search_from = rc[p].group; in pcre2_compile()
9750 rc[start].group = rgroup; in pcre2_compile()