Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c5007 PCRE2_SPTR next_ecode = Fecode + GET(Fecode,1); in match() local
5008 if (mb->verb_ecode_ptr < next_ecode && in match()
5009 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5101 PCRE2_SPTR next_ecode = Fecode + GET(Fecode,1); in match() local
5102 if (mb->verb_ecode_ptr < next_ecode && in match()
5103 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5154 PCRE2_SPTR next_ecode; in match() local
5158 next_ecode = Lstart_branch + GET(Lstart_branch,1); in match()
5173 if (rrc == MATCH_THEN && mb->verb_ecode_ptr < next_ecode && in match()
5174 (*Lstart_branch == OP_ALT || *next_ecode == OP_ALT)) in match()
[all …]

Completed in 16 milliseconds