Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c4920 #define Lnext_ecode F->temp_sptr[0] in match() macro
4923 Lnext_ecode = Fecode + 1; in match()
4924 RMATCH(Lnext_ecode, RM9); in match()
4926 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
4927 Fecode = Lnext_ecode + 1 + LINK_SIZE; in match()
4931 Lnext_ecode = Fecode + 1; in match()
4932 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
4933 RMATCH(Lnext_ecode + 1 + LINK_SIZE, RM10); in match()
4938 #undef Lnext_ecode in match()

Completed in 19 milliseconds