Searched refs:OP_CLASS (Results 1 – 8 of 8) sorted by relevance
454 case OP_CLASS: in get_chr_property_list()695 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()703 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()705 if (base_list[0] == OP_CLASS) in compare_opcodes()720 case OP_CLASS: in compare_opcodes()1042 case OP_CLASS: in compare_opcodes()1156 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
400 case OP_CLASS: in find_minlength()409 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()411 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()1486 case OP_CLASS: in set_start_bits()
638 case OP_CLASS: in pcre2_printint()
1793 case OP_CLASS: in match()1848 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1869 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1902 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1926 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1956 if (Fop == OP_CLASS) break; in match()1992 if (Fop == OP_CLASS) break; in match()
700 case OP_CLASS: in next_opcode()1025 case OP_CLASS: in is_accelerated_repeat()1458 case OP_CLASS: in set_private_data_ptrs()1678 case OP_CLASS: in get_framesize()2034 case OP_CLASS: in get_recurse_data_length()2406 case OP_CLASS: in copy_recurse_data()3998 case OP_CLASS: in scan_prefix()7650 case OP_CLASS: in compile_char1_matchingpath()7678 if (type == OP_CLASS) in compile_char1_matchingpath()10561 case OP_CLASS: in compile_matchingpath()[all …]
1459 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
5686 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()6516 case OP_CLASS: in compile_branch()7149 case OP_CLASS: in compile_branch()
2546 case OP_CLASS: in internal_dfa_match()
Completed in 89 milliseconds