Searched refs:OP_CHAR (Results 1 – 11 of 11) sorted by relevance
340 list[0] = OP_CHAR; in get_chr_property_list()385 case OP_CHAR: in get_chr_property_list()394 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()449 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()650 if (base_list[0] == OP_CHAR) in compare_opcodes()655 else if (list[0] == OP_CHAR) in compare_opcodes()895 case OP_CHAR: in compare_opcodes()1224 case OP_CHAR: in PRIV()
152 case OP_CHAR: in PRIV()
351 case OP_CHAR: in pcre2_printint()358 while (*code == OP_CHAR); in pcre2_printint()
284 case OP_CHAR: in pcre2_callout_enumerate()
272 case OP_CHAR: in find_minlength()1134 case OP_CHAR: in set_start_bits()
1065 case OP_CHAR: in find_fixedlength()1609 case OP_CHAR: in could_be_empty_branch()2542 case OP_CHAR: in find_recurse()5188 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()5194 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()5793 case OP_CHAR: in compile_branch()7489 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()8198 case OP_CHAR: in find_firstassertedcu()
709 case OP_CHAR: in next_opcode()1601 case OP_CHAR: in get_framesize()3513 case OP_CHAR: in scan_prefix()6459 case OP_CHAR: in compile_char1_matchingpath()6466 …&& (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0)) in compile_char1_matchingpath()6490 if (type == OP_CHAR || !char_has_othercase(common, cc)) in compile_char1_matchingpath()6648 if (*cc == OP_CHAR) in compile_charn_matchingpath()8667 *type = OP_CHAR; in get_iterator_parameters()8927 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()9391 case OP_CHAR: in compile_matchingpath()
1385 OP_CHAR, /* 29 Match one character, casefully */ enumerator
2062 case OP_CHAR: in internal_dfa_match()
3334 case OP_CHAR: in match()
250 The OP_CHAR opcode is followed by a single character that is to be matched255 If there is only one character in a character class, OP_CHAR or OP_CHARI is344 If there is only one character in a class, OP_CHAR or OP_CHARI is used for a