Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c177 case OP_REVERSE: in find_minlength()
871 case OP_REVERSE: in set_start_bits()
Dpcre_printint.c417 case OP_REVERSE: in pcre_printint()
Dpcre_internal.h2059 OP_REVERSE, /* 124 Move pointer back - used in lookbehind assertions */ enumerator
Dpcre_compile.c1819 case OP_REVERSE: in find_fixedlength()
2066 else if (c == OP_REVERSE) in PRIV()
8122 *code++ = OP_REVERSE; in compile_regex()
DHACKING478 is OP_REVERSE, followed by a count of the number of characters to move back the
Dpcre_dfa_exec.c470 if (*first_op == OP_REVERSE) in internal_dfa_exec()
Dpcre_jit_compile.c645 case OP_REVERSE: in next_opcode()
5777 case OP_REVERSE: in compile_char1_matchingpath()
8267 case OP_REVERSE: in compile_matchingpath()
Dpcre_exec.c1670 case OP_REVERSE: in match()