Searched refs:OP_CLASS (Results 1 – 8 of 8) 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()
672 case OP_CLASS: in pcre2_printint()
1883 case OP_CLASS: in match()1938 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1959 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1992 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()2016 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()2046 if (Fop == OP_CLASS) break; in match()2082 if (Fop == OP_CLASS) break; in match()
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()9101 if (type == OP_CLASS) in compile_char1_matchingpath()12229 case OP_CLASS: in compile_matchingpath()[all …]
1527 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
6210 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()7051 case OP_CLASS: in compile_branch()7700 case OP_CLASS: in compile_branch()
2617 case OP_CLASS: in internal_dfa_match()
Completed in 94 milliseconds