Searched refs:OP_CLASS (Results 1 – 9 of 9) sorted by relevance
473 case OP_CLASS: in get_chr_property_list()732 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()740 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()742 if (base_list[0] == OP_CLASS) in compare_opcodes()757 case OP_CLASS: in compare_opcodes()1079 case OP_CLASS: in compare_opcodes()1195 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
413 case OP_CLASS: in find_minlength()422 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()424 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()1575 case OP_CLASS: in set_start_bits()
1869 case OP_CLASS: in match()1924 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1945 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1978 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()2002 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()2032 if (Fop == OP_CLASS) break; in match()2068 if (Fop == OP_CLASS) break; in match()
672 case OP_CLASS: in pcre2_printint()
916 case OP_CLASS: in next_opcode()1442 case OP_CLASS: in detect_early_fail()1882 case OP_CLASS: in set_private_data_ptrs()2102 case OP_CLASS: in get_framesize()2521 case OP_CLASS: in get_recurse_data_length()2903 case OP_CLASS: in copy_recurse_data()5568 case OP_CLASS: in scan_prefix()9067 case OP_CLASS: in compile_char1_matchingpath()9093 if (type == OP_CLASS) in compile_char1_matchingpath()9101 if (type == OP_CLASS) in compile_char1_matchingpath()[all …]
1528 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
6208 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()7049 case OP_CLASS: in compile_branch()7698 case OP_CLASS: in compile_branch()
2617 case OP_CLASS: in internal_dfa_match()
573 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a579 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8 and581 handled correctly. For OP_CLASS they do not match, whereas for OP_NCLASS they