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()634 if (base_list[0] != OP_CHAR && base_list[0] != OP_CHARI) in compare_opcodes()719 if (base_list[0] == OP_CHAR) in compare_opcodes()724 else if (list[0] == OP_CHAR) in compare_opcodes()964 case OP_CHAR: in compare_opcodes()1300 case OP_CHAR: in PRIV()
153 case OP_CHAR: in PRIV()
305 case OP_CHAR: in pcre2_callout_enumerate()
382 case OP_CHAR: in pcre2_printint()389 while (*code == OP_CHAR); in pcre2_printint()
296 case OP_CHAR: in find_minlength()1233 case OP_CHAR: in set_start_bits()
7007 case OP_CHAR: in compile_branch()7012 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()7682 case OP_CHAR: in compile_branch()7994 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()8688 case OP_CHAR: in find_recurse()8819 case OP_CHAR: in find_firstassertedcu()
1408 OP_CHAR, /* 29 Match one character, casefully */ enumerator
968 case OP_CHAR: in next_opcode()1320 case OP_CHAR: in detect_early_fail()2067 case OP_CHAR: in get_framesize()5473 case OP_CHAR: in scan_prefix()8947 case OP_CHAR: in compile_char1_matchingpath()8957 if (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0) in compile_char1_matchingpath()9148 if (*cc == OP_CHAR) in compile_charn_matchingpath()11299 *type = OP_CHAR; in get_iterator_parameters()11631 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()12153 case OP_CHAR: in compile_matchingpath()
2242 case OP_CHAR: in internal_dfa_match()
944 case OP_CHAR: in match()
Completed in 145 milliseconds