Searched refs:next_ecode (Results 1 – 1 of 1) sorted by relevance
4934 PCRE2_SPTR next_ecode = Fecode + GET(Fecode,1); in match() local4935 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() local5028 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() local5084 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 …]