Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c5129 #define Lnext_ecode F->temp_sptr[0] in match() macro
5132 Lnext_ecode = Fecode + 1; in match()
5133 RMATCH(Lnext_ecode, RM9); in match()
5135 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
5136 Fecode = Lnext_ecode + 1 + LINK_SIZE; in match()
5140 Lnext_ecode = Fecode + 1; in match()
5141 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
5142 RMATCH(Lnext_ecode + 1 + LINK_SIZE, RM10); in match()
5147 #undef Lnext_ecode in match()

Completed in 19 milliseconds