Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10736 PCRE2_SPTR rgroup; in pcre2_compile() local
10748 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