Searched refs:OP_REFI (Results 1 – 7 of 7) sorted by relevance
415 case OP_REFI: in find_minlength()870 case OP_REFI: in set_start_bits()
604 case OP_REFI: in pcre_printint()
635 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()
2044 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
1992 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()
358 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the
2725 case OP_REFI: in match()2726 caseless = op == OP_REFI; in match()