Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c5222 #define Lnext_ecode F->temp_sptr[0] in match() macro
5225 Lnext_ecode = Fecode + 1; in match()
5226 RMATCH(Lnext_ecode, RM9); in match()
5228 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
5229 Fecode = Lnext_ecode + 1 + LINK_SIZE; in match()
5233 Lnext_ecode = Fecode + 1; in match()
5234 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
5235 RMATCH(Lnext_ecode + 1 + LINK_SIZE, RM10); in match()
5240 #undef Lnext_ecode in match()

Completed in 25 milliseconds