Searched refs:OP_CHAR (Results 1 – 10 of 10) sorted by relevance
359 list[0] = OP_CHAR; in get_chr_property_list()404 case OP_CHAR: in get_chr_property_list()413 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()468 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()637 if (base_list[0] != OP_CHAR && base_list[0] != OP_CHARI) in compare_opcodes()725 if (base_list[0] == OP_CHAR) in compare_opcodes()730 else if (list[0] == OP_CHAR) in compare_opcodes()970 case OP_CHAR: in compare_opcodes()1306 case OP_CHAR: in PRIV()
153 case OP_CHAR: in PRIV()
305 case OP_CHAR: in pcre2_callout_enumerate()
381 case OP_CHAR: in pcre2_printint()388 while (*code == OP_CHAR); in pcre2_printint()
299 case OP_CHAR: in find_minlength()1174 case OP_CHAR: in set_start_bits()1323 case OP_CHAR: in set_start_bits()
7273 case OP_CHAR: in compile_branch()7278 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()7941 case OP_CHAR: in compile_branch()8274 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()8985 case OP_CHAR: in find_recurse()9116 case OP_CHAR: in find_firstassertedcu()
1433 OP_CHAR, /* 29 Match one character, casefully */ enumerator
1012 case OP_CHAR: in next_opcode()1370 case OP_CHAR: in detect_early_fail()2165 case OP_CHAR: in get_framesize()5625 case OP_CHAR: in scan_prefix()9148 case OP_CHAR: in compile_char1_matchingpath()9158 if (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0) in compile_char1_matchingpath()9349 if (*cc == OP_CHAR) in compile_charn_matchingpath()11687 *type = OP_CHAR; in get_iterator_parameters()12019 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()12542 case OP_CHAR: in compile_matchingpath()
2289 case OP_CHAR: in internal_dfa_match()
995 case OP_CHAR: in match()
Completed in 122 milliseconds