Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c1863 case OP_NOTI: in find_fixedlength()
2161 case OP_NOTI: in PRIV()
2306 case OP_NOTI: in find_recurse()
2609 case OP_NOTI: in could_be_empty_branch()
2957 list[0] = OP_NOTI; in get_chr_property_list()
2998 case OP_NOTI: in get_chr_property_list()
3824 case OP_NOTI: in auto_possessify()
5450 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5728 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5736 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
[all …]
H A Dpcre_study.c216 case OP_NOTI: in find_minlength()
878 case OP_NOTI: in set_start_bits()
H A Dpcre_printint.c540 case OP_NOTI: in pcre_printint()
H A DHACKING229 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
315 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
H A Dpcre_internal.h1929 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
H A Dpcre_jit_compile.c680 case OP_NOTI: in next_opcode()
1374 case OP_NOTI: in get_framesize()
3411 case OP_NOTI: in scan_prefix()
5715 case OP_NOTI: in compile_char1_matchingpath()
7830 *type = OP_NOTI; in get_iterator_parameters()
7943 case OP_NOTI: in compile_iterator_matchingpath()
8325 case OP_NOTI: in compile_matchingpath()
H A Dpcre_exec.c3659 case OP_NOTI: in match()
3697 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()

Completed in 92 milliseconds