Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c88 else if (c == OP_REVERSE || c == OP_VREVERSE) in PRIV()
H A Dpcre2_study.c258 case OP_REVERSE: in find_minlength()
1060 case OP_REVERSE: in set_start_bits()
H A Dpcre2_printint.c436 case OP_REVERSE: in pcre2_printint()
H A Dpcre2_internal.h1574 OP_REVERSE, /* 125 Move pointer back - used in lookbehind assertions */ enumerator
H A Dpcre2_jit_compile.c970 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()
H A Dpcre2_dfa_match.c638 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + IMM2_SIZE : 0; in internal_dfa_match()
H A Dpcre2_match.c5793 case OP_REVERSE: in match()
H A Dpcre2_compile.c8480 *code++ = OP_REVERSE; in compile_regex()

Completed in 133 milliseconds