Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c4934 PCRE2_SPTR next_ecode = Fecode + GET(Fecode,1); in match() local
4935 if (mb->verb_ecode_ptr < next_ecode && in match()
4936 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5027 PCRE2_SPTR next_ecode = Fecode + GET(Fecode,1); in match() local
5028 if (mb->verb_ecode_ptr < next_ecode && in match()
5029 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5080 PCRE2_SPTR next_ecode; in match() local
5084 next_ecode = Lstart_branch + GET(Lstart_branch,1); in match()
5099 if (rrc == MATCH_THEN && mb->verb_ecode_ptr < next_ecode && in match()
5100 (*Lstart_branch == OP_ALT || *next_ecode == OP_ALT)) in match()
[all …]