Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c415 case OP_REFI: in find_minlength()
870 case OP_REFI: in set_start_bits()
Dpcre_printint.c604 case OP_REFI: in pcre_printint()
Dpcre_jit_compile.c635 case OP_REFI: in next_opcode()
800 case OP_REFI: in check_opcode_types()
5938 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
5956 if (common->utf && *cc == OP_REFI) in compile_ref_matchingpath()
6034 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
8374 case OP_REFI: in compile_matchingpath()
8688 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
9508 case OP_REFI: in compile_backtrackingpath()
Dpcre_internal.h2044 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
Dpcre_compile.c1992 case OP_REFI: 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.c2725 case OP_REFI: in match()
2726 caseless = op == OP_REFI; in match()