Home
last modified time | relevance | path

Searched refs:OP_REF (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist/
Dpcre_study.c414 case OP_REF: /* Single back reference */ in find_minlength()
869 case OP_REF: in set_start_bits()
Dpcre_printint.c607 case OP_REF: in pcre_printint()
Dpcre_jit_compile.c634 case OP_REF: in next_opcode()
799 case OP_REF: in check_opcode_types()
5938 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
6001 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6013 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6034 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
8373 case OP_REF: in compile_matchingpath()
8688 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
9507 case OP_REF: in compile_backtrackingpath()
Dpcre_internal.h2043 OP_REF, /* 113 Match a back reference, casefully */ enumerator
Dpcre_compile.c1991 case OP_REF: in find_fixedlength()
5836 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
7798 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
DHACKING358 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the
Dpcre_exec.c2724 case OP_REF: in match()