Searched refs:OP_REVERSE (Results 1 – 8 of 8) sorted by relevance
88 else if (c == OP_REVERSE || c == OP_VREVERSE) in PRIV()
258 case OP_REVERSE: in find_minlength()1060 case OP_REVERSE: in set_start_bits()
436 case OP_REVERSE: in pcre2_printint()
1574 OP_REVERSE, /* 125 Move pointer back - used in lookbehind assertions */ enumerator
970 case OP_REVERSE: in next_opcode()3154 if (*cc == OP_REVERSE) in set_then_offsets()3172 if (*cc == OP_REVERSE) in set_then_offsets()10043 if (*cc == OP_REVERSE) in compile_reverse_matchingpath()10311 if (*ccbegin == OP_REVERSE || has_vreverse) in compile_assert_matchingpath()11075 if (*matchingpath == OP_REVERSE || has_vreverse) in compile_bracket_matchingpath()11086 if (*matchingpath == OP_REVERSE) in compile_bracket_matchingpath()13292 if (*ccprev == OP_REVERSE || has_vreverse) in compile_bracket_backtrackingpath()
638 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + IMM2_SIZE : 0; in internal_dfa_match()
5793 case OP_REVERSE: in match()
8480 *code++ = OP_REVERSE; in compile_regex()
Completed in 158 milliseconds