Searched refs:OP_NOTI (Results 1 – 5 of 5) sorted by relevance
212 case OP_NOTI: in find_minlength()793 case OP_NOTI: in set_start_bits()
1858 case OP_NOTI: in find_fixedlength()2274 case OP_NOTI: in find_recurse()2539 case OP_NOTI: in could_be_empty_branch()3143 op_code == OP_NOT || op_code == OP_NOTI) in check_auto_possessive()3199 case OP_NOTI: in check_auto_possessive()4577 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()4817 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()4825 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
1924 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
291 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
3566 case OP_NOTI: in match()3604 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()
Completed in 70 milliseconds