Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c156 case OP_NOTI: in PRIV()
H A Dpcre2_auto_possess.c371 list[0] = OP_NOTI; in get_chr_property_list()
412 case OP_NOTI: in get_chr_property_list()
1303 case OP_NOTI: in PRIV()
H A Dpcre2_pattern_info.c308 case OP_NOTI: in pcre2_callout_enumerate()
H A Dpcre2_study.c299 case OP_NOTI: in find_minlength()
1023 case OP_NOTI: in set_start_bits()
H A Dpcre2_printint.c560 case OP_NOTI: in pcre2_printint()
H A Dpcre2_match.c1060 case OP_NOTI: in match()
1078 else if (Fop == OP_NOTI) /* If caseless */ in match()
1101 else if (Fop == OP_NOTI) /* If caseless */ in match()
1119 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
H A Dpcre2_internal.h1411 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
H A Dpcre2_compile.c5692 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
7010 case OP_NOTI: in compile_branch()
7685 case OP_NOTI: in compile_branch()
8691 case OP_NOTI: in find_recurse()
H A Dpcre2_jit_compile.c971 case OP_NOTI: in next_opcode()
1323 case OP_NOTI: in detect_early_fail()
2070 case OP_NOTI: in get_framesize()
5621 case OP_NOTI: in scan_prefix()
9005 case OP_NOTI: in compile_char1_matchingpath()
11316 *type = OP_NOTI; in get_iterator_parameters()
12140 case OP_NOTI: in compile_matchingpath()
H A Dpcre2_dfa_match.c2395 case OP_NOTI: in internal_dfa_match()

Completed in 91 milliseconds