Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10239 PCRE2_SPTR rgroup; in pcre2_compile() local
10251 if (groupnumber == 0) rgroup = codestart; else in pcre2_compile()
10254 rgroup = NULL; in pcre2_compile()
10259 rgroup = rc[p].group; in pcre2_compile()
10270 if (rgroup == NULL) in pcre2_compile()
10272 rgroup = PRIV(find_bracket)(search_from, utf, groupnumber); in pcre2_compile()
10273 if (rgroup == NULL) in pcre2_compile()
10280 rc[start].group = rgroup; in pcre2_compile()
10285 PUT(rcode, 1, rgroup - codestart); in pcre2_compile()

Completed in 35 milliseconds