Searched refs:OP_REFI (Results 1 – 7 of 7) sorted by relevance
528 case OP_REFI: in find_minlength()1013 case OP_REFI: in set_start_bits()
589 case OP_REFI: in pcre2_printint()
1500 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
889 case OP_REFI: in next_opcode()1059 case OP_REFI: in check_opcode_types()9136 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()9162 if (common->utf && *cc == OP_REFI) in compile_ref_matchingpath()9306 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()11984 case OP_REFI: in compile_matchingpath()12283 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()13111 case OP_REFI: in compile_backtrackingpath()
4638 case OP_REFI: in match()4639 Lcaseless = (Fop == OP_REFI); in match()
6813 case OP_REFI: in compile_branch()7534 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
611 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the