Home
last modified time | relevance | path

Searched refs:OP_VREVERSE (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.c259 case OP_VREVERSE: in find_minlength()
1061 case OP_VREVERSE: in set_start_bits()
H A Dpcre2_printint.c442 case OP_VREVERSE: in pcre2_printint()
H A Dpcre2_auto_possess.c653 return (bracode[1+LINK_SIZE] == OP_VREVERSE)? FALSE : !entered_a_group; in compare_opcodes()
H A Dpcre2_match.c5834 case OP_VREVERSE: in match()
5995 if (branch_start[1 + LINK_SIZE] == OP_VREVERSE && Feptr != P->eptr) in match()
6009 if (branch_start[1 + LINK_SIZE] == OP_VREVERSE && Feptr != P->eptr) in match()
6038 if (branch_start[1 + LINK_SIZE] == OP_VREVERSE && Feptr != P->eptr) in match()
H A Dpcre2_internal.h1575 OP_VREVERSE, /* 126 Move pointer back - variable */ enumerator
H A Dpcre2_jit_compile.c892 if (cc[1 + LINK_SIZE] == OP_VREVERSE) in find_vreverse()
971 case OP_VREVERSE: in next_opcode()
3156 else if (*cc == OP_VREVERSE) in set_then_offsets()
3174 else if (*cc == OP_VREVERSE) in set_then_offsets()
10054 SLJIT_ASSERT(*cc == OP_VREVERSE); in compile_reverse_matchingpath()
10310 has_vreverse = (*ccbegin == OP_VREVERSE); in compile_assert_matchingpath()
11074 has_vreverse = (*matchingpath == OP_VREVERSE); in compile_bracket_matchingpath()
13291 has_vreverse = (*ccprev == OP_VREVERSE); in compile_bracket_backtrackingpath()
13911 case OP_VREVERSE: in compile_backtrackingpath()
H A Dpcre2_compile.c8486 *code++ = OP_VREVERSE; in compile_regex()

Completed in 88 milliseconds