Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c1845 case OP_NOT: in find_fixedlength()
2143 case OP_NOT: in PRIV()
2288 case OP_NOT: in find_recurse()
2591 case OP_NOT: in could_be_empty_branch()
2936 list[0] = OP_NOT; in get_chr_property_list()
2974 case OP_NOT: in get_chr_property_list()
2982 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3037 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3485 case OP_NOT: in compare_opcodes()
3806 case OP_NOT: in auto_possessify()
[all …]
H A Dpcre_study.c213 case OP_NOT: in find_minlength()
871 case OP_NOT: in set_start_bits()
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_jit_compile.c679 case OP_NOT: in next_opcode()
1350 case OP_NOT: in get_framesize()
3381 case OP_NOT: in scan_prefix()
5677 case OP_NOT: in compile_char1_matchingpath()
5689 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
5715 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
7782 *type = OP_NOT; in get_iterator_parameters()
7900 case OP_NOT: in compile_iterator_matchingpath()
8282 case OP_NOT: in compile_matchingpath()
H A Dpcre_internal.h1924 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
H A Dpcre_exec.c3660 case OP_NOT: in match()
3676 if (op == OP_NOT) in match()
H A DChangeLog967 8. OP_NOT now supports any UTF character not just single-byte ones.
4951 "not this character" (OP_NOT). This wasn't working properly when the test

Completed in 118 milliseconds