Searched refs:OP_CHAR (Results 1 – 11 of 11) sorted by relevance
342 list[0] = OP_CHAR; in get_chr_property_list()387 case OP_CHAR: in get_chr_property_list()396 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()451 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()616 if (base_list[0] != OP_CHAR && base_list[0] != OP_CHARI) in compare_opcodes()701 if (base_list[0] == OP_CHAR) in compare_opcodes()706 else if (list[0] == OP_CHAR) in compare_opcodes()946 case OP_CHAR: in compare_opcodes()1278 case OP_CHAR: in PRIV()
153 case OP_CHAR: in PRIV()
351 case OP_CHAR: in pcre2_printint()358 while (*code == OP_CHAR); in pcre2_printint()
305 case OP_CHAR: in pcre2_callout_enumerate()
296 case OP_CHAR: in find_minlength()1233 case OP_CHAR: in set_start_bits()
6896 case OP_CHAR: in compile_branch()6901 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()7566 case OP_CHAR: in compile_branch()7868 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()8562 case OP_CHAR: in find_recurse()8694 case OP_CHAR: in find_firstassertedcu()
1384 OP_CHAR, /* 29 Match one character, casefully */ enumerator
963 case OP_CHAR: in next_opcode()1310 case OP_CHAR: in detect_early_fail()2063 case OP_CHAR: in get_framesize()5399 case OP_CHAR: in scan_prefix()8716 case OP_CHAR: in compile_char1_matchingpath()8726 if (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0) in compile_char1_matchingpath()8917 if (*cc == OP_CHAR) in compile_charn_matchingpath()11068 *type = OP_CHAR; in get_iterator_parameters()11400 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()11922 case OP_CHAR: in compile_matchingpath()
2185 case OP_CHAR: in internal_dfa_match()
927 case OP_CHAR: in match()
457 The OP_CHAR opcode is followed by a single character that is to be matched463 If there is only one character in a character class, OP_CHAR or OP_CHARI is560 If there is only one character in a class, OP_CHAR or OP_CHARI is used for a