Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c1865 case OP_NOT: in find_fixedlength()
2163 case OP_NOT: in PRIV()
2308 case OP_NOT: in find_recurse()
2611 case OP_NOT: in could_be_empty_branch()
2956 list[0] = OP_NOT; in get_chr_property_list()
2994 case OP_NOT: in get_chr_property_list()
3002 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3057 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3505 case OP_NOT: in compare_opcodes()
3826 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 Dpcre_printint.c545 case OP_NOT: 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_jit_compile.c694 case OP_NOT: in next_opcode()
1582 case OP_NOT: in get_framesize()
3645 case OP_NOT: in scan_prefix()
6506 case OP_NOT: in compile_char1_matchingpath()
6519 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
6545 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
8652 *type = OP_NOT; in get_iterator_parameters()
9350 case OP_NOT: in compile_matchingpath()
H A Dpcre_internal.h1928 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 DChangeLog1329 8. OP_NOT now supports any UTF character not just single-byte ones.
5313 "not this character" (OP_NOT). This wasn't working properly when the test

Completed in 169 milliseconds