Searched refs:OP_REFI (Results 1 – 7 of 7) sorted by relevance
502 case OP_REFI: in find_minlength()969 case OP_REFI: in set_start_bits()
589 case OP_REFI: in pcre2_printint()
1511 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
662 case OP_REFI: in next_opcode()832 case OP_REFI: in check_opcode_types()6764 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()6782 if (common->utf && *cc == OP_REFI) in compile_ref_matchingpath()6860 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()9485 case OP_REFI: in compile_matchingpath()9783 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()10606 case OP_REFI: in compile_backtrackingpath()
1225 case OP_REFI: in find_fixedlength()5383 *previous == OP_REF || *previous == OP_REFI || in compile_branch()7341 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
2789 case OP_REFI: in match()2790 caseless = op == OP_REFI; in match()
394 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the