Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c212 case OP_NOTI: in pcre_pattern_to_host_byte_order()
Dpcre_compile.c1865 case OP_NOTI: in find_fixedlength()
2163 case OP_NOTI: in PRIV()
2308 case OP_NOTI: in find_recurse()
2611 case OP_NOTI: in could_be_empty_branch()
2959 list[0] = OP_NOTI; in get_chr_property_list()
3000 case OP_NOTI: in get_chr_property_list()
3826 case OP_NOTI: in auto_possessify()
5452 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5730 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5738 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
[all …]
Dpcre_study.c218 case OP_NOTI: in find_minlength()
880 case OP_NOTI: in set_start_bits()
Dpcre_printint.c542 case OP_NOTI: in pcre_printint()
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
Dpcre_internal.h1929 OP_NOTI, /* 32 Match one character, not the given one, caselessly */ enumerator
Dpcre_jit_compile.c680 case OP_NOTI: in next_opcode()
1374 case OP_NOTI: in get_framesize()
3411 case OP_NOTI: in scan_prefix()
5715 case OP_NOTI: in compile_char1_matchingpath()
7830 *type = OP_NOTI; in get_iterator_parameters()
7943 case OP_NOTI: in compile_iterator_matchingpath()
8325 case OP_NOTI: in compile_matchingpath()
Dpcre_exec.c3661 case OP_NOTI: in match()
3699 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()
Dpcre_dfa_exec.c2287 case OP_NOTI: in internal_dfa_exec()
Dpcretest.c2575 case OP_NOTI: in regexflip8_or_16()