Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c350 list[0] = OP_NOT; in get_chr_property_list()
388 case OP_NOT: in get_chr_property_list()
396 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
451 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
956 case OP_NOT: in compare_opcodes()
1280 case OP_NOT: in PRIV()
H A Dpcre2_find_bracket.c155 case OP_NOT: in PRIV()
H A Dpcre2_pattern_info.c307 case OP_NOT: in pcre2_callout_enumerate()
H A Dpcre2_study.c298 case OP_NOT: in find_minlength()
1020 case OP_NOT: in set_start_bits()
H A Dpcre2_printint.c532 case OP_NOT: in pcre2_printint()
H A Dpcre2_internal.h1386 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
H A Dpcre2_compile.c5584 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
6897 case OP_NOT: in compile_branch()
7567 case OP_NOT: in compile_branch()
8563 case OP_NOT: in find_recurse()
H A Dpcre2_jit_compile.c965 case OP_NOT: in next_opcode()
1315 case OP_NOT: in detect_early_fail()
2068 case OP_NOT: in get_framesize()
5542 case OP_NOT: in scan_prefix()
8696 case OP_NOT: in compile_char1_matchingpath()
8710 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
8736 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
11002 *type = OP_NOT; in get_iterator_parameters()
11831 case OP_NOT: in compile_matchingpath()
H A Dpcre2_dfa_match.c2331 case OP_NOT: in internal_dfa_match()
H A Dpcre2_match.c1042 case OP_NOT: in match()

Completed in 111 milliseconds