Home
last modified time | relevance | path

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

/php-src/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()
1309 case OP_NOTI: in PRIV()
H A Dpcre2_pattern_info.c308 case OP_NOTI: in pcre2_callout_enumerate()
H A Dpcre2_study.c302 case OP_NOTI: in find_minlength()
1027 case OP_NOTI: in set_start_bits()
H A Dpcre2_printint.c571 case OP_NOTI: in pcre2_printint()
H A Dpcre2_match.c1111 case OP_NOTI: in match()
1129 else if (Fop == OP_NOTI) /* If caseless */ in match()
1152 else if (Fop == OP_NOTI) /* If caseless */ in match()
1170 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
H A Dpcre2_internal.h1436 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
H A Dpcre2_compile.c5944 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
7276 case OP_NOTI: in compile_branch()
7944 case OP_NOTI: in compile_branch()
8988 case OP_NOTI: in find_recurse()
H A Dpcre2_jit_compile.c1015 case OP_NOTI: in next_opcode()
1373 case OP_NOTI: in detect_early_fail()
2168 case OP_NOTI: in get_framesize()
5775 case OP_NOTI: in scan_prefix()
9206 case OP_NOTI: in compile_char1_matchingpath()
11704 *type = OP_NOTI; in get_iterator_parameters()
12529 case OP_NOTI: in compile_matchingpath()
H A Dpcre2_dfa_match.c2442 case OP_NOTI: in internal_dfa_match()

Completed in 135 milliseconds