Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_find_bracket.c88 else if (c == OP_REVERSE) in PRIV()
Dpcre2_study.c246 case OP_REVERSE: in find_minlength()
1014 case OP_REVERSE: in set_start_bits()
Dpcre2_printint.c399 case OP_REVERSE: in pcre2_printint()
Dpcre2_internal.h1516 OP_REVERSE, /* 125 Move pointer back - used in lookbehind assertions */ enumerator
Dpcre2_dfa_match.c631 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0; in internal_dfa_match()
Dpcre2_match.c5408 case OP_REVERSE: in match()
Dpcre2_jit_compile.c899 case OP_REVERSE: in next_opcode()
8366 case OP_REVERSE: in compile_simple_assertion_matchingpath()
11855 case OP_REVERSE: in compile_matchingpath()
Dpcre2_compile.c7915 *code++ = OP_REVERSE; in compile_regex()
/external/pcre/dist2/
DHACKING228 is the length of its branch, for which OP_REVERSE must be generated.
287 group; this is used when generating OP_REVERSE for that branch.
720 is OP_REVERSE, followed by a count of the number of characters to move back the