Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c4847 #define Lnext_ecode F->temp_sptr[0] in match() macro
4850 Lnext_ecode = Fecode + 1; in match()
4851 RMATCH(Lnext_ecode, RM9); in match()
4853 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
4854 Fecode = Lnext_ecode + 1 + LINK_SIZE; in match()
4858 Lnext_ecode = Fecode + 1; in match()
4859 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
4860 RMATCH(Lnext_ecode + 1 + LINK_SIZE, RM10); in match()
4865 #undef Lnext_ecode in match()

Completed in 25 milliseconds