Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c156 case OP_NOTI: in PRIV()
H A Dpcre2_auto_possess.c354 list[0] = OP_NOTI; in get_chr_property_list()
395 case OP_NOTI: in get_chr_property_list()
1281 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.c529 case OP_NOTI: in pcre2_printint()
H A Dpcre2_match.c1043 case OP_NOTI: in match()
1061 else if (Fop == OP_NOTI) /* If caseless */ in match()
1084 else if (Fop == OP_NOTI) /* If caseless */ in match()
1102 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
H A Dpcre2_internal.h1387 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
H A Dpcre2_compile.c5584 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
6898 case OP_NOTI: in compile_branch()
7568 case OP_NOTI: in compile_branch()
8564 case OP_NOTI: in find_recurse()
H A Dpcre2_jit_compile.c966 case OP_NOTI: in next_opcode()
1316 case OP_NOTI: in detect_early_fail()
2069 case OP_NOTI: in get_framesize()
5543 case OP_NOTI: in scan_prefix()
8697 case OP_NOTI: in compile_char1_matchingpath()
11008 *type = OP_NOTI; in get_iterator_parameters()
11832 case OP_NOTI: in compile_matchingpath()
H A Dpcre2_dfa_match.c2338 case OP_NOTI: in internal_dfa_match()

Completed in 103 milliseconds