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.c245 case OP_REVERSE: in find_minlength()
1013 case OP_REVERSE: in set_start_bits()
Dpcre2_printint.c398 case OP_REVERSE: in pcre2_printint()
Dpcre2_internal.h1482 OP_REVERSE, /* 125 Move pointer back - used in lookbehind assertions */ enumerator
Dpcre2_dfa_match.c624 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0; in internal_dfa_match()
Dpcre2_jit_compile.c713 case OP_REVERSE: in next_opcode()
7190 case OP_REVERSE: in compile_simple_assertion_matchingpath()
10450 case OP_REVERSE: in compile_matchingpath()
Dpcre2_match.c5406 case OP_REVERSE: in match()
Dpcre2_compile.c7607 *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