Searched refs:OP_CLASS (Results 1 – 9 of 9) sorted by relevance
456 case OP_CLASS: in get_chr_property_list()714 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()722 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()724 if (base_list[0] == OP_CLASS) in compare_opcodes()739 case OP_CLASS: in compare_opcodes()1061 case OP_CLASS: in compare_opcodes()1177 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()
1866 case OP_CLASS: in match()1921 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1942 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1975 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1999 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()2029 if (Fop == OP_CLASS) break; in match()2065 if (Fop == OP_CLASS) break; in match()
641 case OP_CLASS: in pcre2_printint()
911 case OP_CLASS: in next_opcode()1432 case OP_CLASS: in detect_early_fail()1878 case OP_CLASS: in set_private_data_ptrs()2098 case OP_CLASS: in get_framesize()2457 case OP_CLASS: in get_recurse_data_length()2832 case OP_CLASS: in copy_recurse_data()5494 case OP_CLASS: in scan_prefix()8836 case OP_CLASS: in compile_char1_matchingpath()8862 if (type == OP_CLASS) in compile_char1_matchingpath()8870 if (type == OP_CLASS) in compile_char1_matchingpath()[all …]
1503 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
6100 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()6935 case OP_CLASS: in compile_branch()7584 case OP_CLASS: in compile_branch()
2560 case OP_CLASS: in internal_dfa_match()
572 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a578 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8 and580 handled correctly. For OP_CLASS they do not match, whereas for OP_NCLASS they