Searched refs:OP_NOTI (Results 1 – 10 of 10) sorted by relevance
156 case OP_NOTI: in PRIV()
371 list[0] = OP_NOTI; in get_chr_property_list()412 case OP_NOTI: in get_chr_property_list()1303 case OP_NOTI: in PRIV()
308 case OP_NOTI: in pcre2_callout_enumerate()
299 case OP_NOTI: in find_minlength()1023 case OP_NOTI: in set_start_bits()
560 case OP_NOTI: in pcre2_printint()
1060 case OP_NOTI: in match()1078 else if (Fop == OP_NOTI) /* If caseless */ in match()1101 else if (Fop == OP_NOTI) /* If caseless */ in match()1119 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
1411 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
5692 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()7010 case OP_NOTI: in compile_branch()7685 case OP_NOTI: in compile_branch()8691 case OP_NOTI: in find_recurse()
971 case OP_NOTI: in next_opcode()1323 case OP_NOTI: in detect_early_fail()2070 case OP_NOTI: in get_framesize()5621 case OP_NOTI: in scan_prefix()9005 case OP_NOTI: in compile_char1_matchingpath()11316 *type = OP_NOTI; in get_iterator_parameters()12140 case OP_NOTI: in compile_matchingpath()
2395 case OP_NOTI: in internal_dfa_match()
Completed in 105 milliseconds