Home
last modified time | relevance | path

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

/PHP-8.3/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.c432 case OP_REVERSE: in pcre2_printint()
H A Dpcre2_internal.h1549 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.c5691 case OP_REVERSE: in match()
H A Dpcre2_jit_compile.c929 case OP_REVERSE: in next_opcode()
8485 case OP_REVERSE: in compile_simple_assertion_matchingpath()
12118 case OP_REVERSE: in compile_matchingpath()
H A Dpcre2_compile.c8187 *code++ = OP_REVERSE; in compile_regex()

Completed in 97 milliseconds