Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c527 case OP_REFI: in find_minlength()
1012 case OP_REFI: in set_start_bits()
Dpcre2_printint.c588 case OP_REFI: in pcre2_printint()
Dpcre2_internal.h1466 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
Dpcre2_jit_compile.c703 case OP_REFI: in next_opcode()
873 case OP_REFI: in check_opcode_types()
7841 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
7859 if (common->utf && *cc == OP_REFI) in compile_ref_matchingpath()
7939 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
10579 case OP_REFI: in compile_matchingpath()
10877 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
11702 case OP_REFI: in compile_backtrackingpath()
Dpcre2_match.c4637 case OP_REFI: in match()
4638 Lcaseless = (Fop == OP_REFI); in match()
Dpcre2_compile.c6519 case OP_REFI: in compile_branch()
7238 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
/external/pcre/dist2/
DHACKING611 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the