Home
last modified time | relevance | path

Searched refs:OP_NOTI (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c212 case OP_NOTI: in find_minlength()
793 case OP_NOTI: in set_start_bits()
H A Dpcre_compile.c1858 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()
H A Dpcre_internal.h1924 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
H A DHACKING291 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
H A Dpcre_exec.c3566 case OP_NOTI: in match()
3604 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()

Completed in 69 milliseconds