Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c526 case OP_REF: in find_minlength()
1011 case OP_REF: in set_start_bits()
Dpcre2_printint.c591 case OP_REF: in pcre2_printint()
Dpcre2_internal.h1465 OP_REF, /* 113 Match a back reference, casefully */ enumerator
Dpcre2_jit_compile.c702 case OP_REF: in next_opcode()
872 case OP_REF: in check_opcode_types()
7841 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
7906 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
7918 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
7939 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
10578 case OP_REF: in compile_matchingpath()
10877 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
11701 case OP_REF: in compile_backtrackingpath()
Dpcre2_compile.c6518 case OP_REF: in compile_branch()
7238 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
Dpcre2_match.c4636 case OP_REF: in match()
/external/pcre/dist2/
DHACKING611 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the