Searched refs:OP_REFI (Results 1 – 6 of 6) sorted by relevance
549 case OP_REFI: in find_minlength()1059 case OP_REFI: in set_start_bits()
633 case OP_REFI: in pcre2_printint()
1559 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
960 case OP_REFI: in next_opcode()1135 case OP_REFI: in check_opcode_types()9465 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()9491 if (common->utf && *cc == OP_REFI) in compile_ref_matchingpath()9630 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()12636 case OP_REFI: in compile_matchingpath()12938 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()13825 case OP_REFI: in compile_backtrackingpath()
5012 case OP_REFI: in match()5013 Lcaseless = (Fop == OP_REFI); in match()
7320 case OP_REFI: in compile_branch()8048 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
Completed in 129 milliseconds