Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c1866 case OP_NOTI: in find_fixedlength()
2164 case OP_NOTI: in PRIV()
2309 case OP_NOTI: in find_recurse()
2612 case OP_NOTI: in could_be_empty_branch()
2960 list[0] = OP_NOTI; in get_chr_property_list()
3001 case OP_NOTI: in get_chr_property_list()
3827 case OP_NOTI: in auto_possessify()
5491 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5812 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5820 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
[all …]
H A Dpcre_study.c218 case OP_NOTI: in find_minlength()
880 case OP_NOTI: in set_start_bits()
H A Dpcre_printint.c542 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.c695 case OP_NOTI: in next_opcode()
1583 case OP_NOTI: in get_framesize()
3646 case OP_NOTI: in scan_prefix()
6507 case OP_NOTI: in compile_char1_matchingpath()
8658 *type = OP_NOTI; in get_iterator_parameters()
9351 case OP_NOTI: in compile_matchingpath()
H A Dpcre_exec.c3661 case OP_NOTI: in match()
3699 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()

Completed in 95 milliseconds