Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c5216 PCRE2_SPTR next_ecode = Fecode + GET(Fecode,1); in match() local
5217 if (mb->verb_ecode_ptr < next_ecode && in match()
5218 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5310 PCRE2_SPTR next_ecode = Fecode + GET(Fecode,1); in match() local
5311 if (mb->verb_ecode_ptr < next_ecode && in match()
5312 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5363 PCRE2_SPTR next_ecode; in match() local
5367 next_ecode = Lstart_branch + GET(Lstart_branch,1); in match()
5382 if (rrc == MATCH_THEN && mb->verb_ecode_ptr < next_ecode && in match()
5383 (*Lstart_branch == OP_ALT || *next_ecode == OP_ALT)) in match()
[all …]

Completed in 18 milliseconds