Searched refs:OP_NCLASS (Results 1 – 8 of 8) sorted by relevance
472 case OP_NCLASS: in get_chr_property_list()735 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS)) in compare_opcodes()740 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()758 case OP_NCLASS: in compare_opcodes()1075 case OP_NCLASS: in compare_opcodes()1195 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
673 case OP_NCLASS: in pcre2_printint()796 fprintf(f, "]%s", (*code == OP_NCLASS)? " (neg)" : ""); in pcre2_printint()
414 case OP_NCLASS: in find_minlength()1559 case OP_NCLASS: in set_start_bits()
917 case OP_NCLASS: in next_opcode()1443 case OP_NCLASS: in detect_early_fail()1883 case OP_NCLASS: in set_private_data_ptrs()2103 case OP_NCLASS: in get_framesize()2522 case OP_NCLASS: in get_recurse_data_length()2904 case OP_NCLASS: in copy_recurse_data()5576 case OP_NCLASS: in scan_prefix()9068 case OP_NCLASS: in compile_char1_matchingpath()9074 if (type == OP_NCLASS) in compile_char1_matchingpath()12230 case OP_NCLASS: in compile_matchingpath()[all …]
2618 case OP_NCLASS: in internal_dfa_match()2633 isinclass = (c > 255)? (codevalue == OP_NCLASS) : in internal_dfa_match()
1528 OP_NCLASS, /* 111 Same, but the bitmap was created from a negative enumerator
6210 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()7052 case OP_NCLASS: in compile_branch()7701 case OP_NCLASS: in compile_branch()
1882 case OP_NCLASS: in match()
Completed in 97 milliseconds