Searched refs:rgroup (Results 1 – 1 of 1) sorted by relevance
10736 PCRE2_SPTR rgroup; in pcre2_compile() local10748 if (groupnumber == 0) rgroup = codestart; else in pcre2_compile()10751 rgroup = NULL; in pcre2_compile()10756 rgroup = rc[p].group; in pcre2_compile()10767 if (rgroup == NULL) in pcre2_compile()10769 rgroup = PRIV(find_bracket)(search_from, utf, groupnumber); in pcre2_compile()10770 if (rgroup == NULL) in pcre2_compile()10777 rc[start].group = rgroup; in pcre2_compile()10782 PUT(rcode, 1, rgroup - codestart); in pcre2_compile()
Completed in 24 milliseconds