Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1864 case OP_NOT: in find_fixedlength()
2162 case OP_NOT: in PRIV()
2307 case OP_NOT: in find_recurse()
2610 case OP_NOT: in could_be_empty_branch()
2955 list[0] = OP_NOT; in get_chr_property_list()
2993 case OP_NOT: in get_chr_property_list()
3001 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3056 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3504 case OP_NOT: in compare_opcodes()
3825 case OP_NOT: in auto_possessify()
[all …]
H A Dpcre_study.c217 case OP_NOT: in find_minlength()
877 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()
1373 case OP_NOT: in get_framesize()
3410 case OP_NOT: in scan_prefix()
5714 case OP_NOT: in compile_char1_matchingpath()
5726 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
5752 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
7824 *type = OP_NOT; in get_iterator_parameters()
7942 case OP_NOT: in compile_iterator_matchingpath()
8324 case OP_NOT: in compile_matchingpath()
H A Dpcre_internal.h1932 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 DChangeLog1143 8. OP_NOT now supports any UTF character not just single-byte ones.
5127 "not this character" (OP_NOT). This wasn't working properly when the test

Completed in 80 milliseconds