Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c88 else if (c == OP_REVERSE) in PRIV()
H A Dpcre2_study.c258 case OP_REVERSE: in find_minlength()
1056 case OP_REVERSE: in set_start_bits()
H A Dpcre2_printint.c401 case OP_REVERSE: in pcre2_printint()
H A Dpcre2_internal.h1525 OP_REVERSE, /* 125 Move pointer back - used in lookbehind assertions */ enumerator
H A Dpcre2_dfa_match.c636 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0; in internal_dfa_match()
H A Dpcre2_match.c5482 case OP_REVERSE: in match()
H A Dpcre2_jit_compile.c924 case OP_REVERSE: in next_opcode()
8177 case OP_REVERSE: in compile_simple_assertion_matchingpath()
11810 case OP_REVERSE: in compile_matchingpath()
H A Dpcre2_compile.c8060 *code++ = OP_REVERSE; in compile_regex()

Completed in 98 milliseconds