Searched refs:next_ecode (Results 1 – 1 of 1) sorted by relevance
5007 PCRE2_SPTR next_ecode = Fecode + GET(Fecode,1); in match() local5008 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() local5102 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() local5158 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 18 milliseconds