Searched refs:OP_XCLASS (Results 1 – 11 of 11) sorted by relevance
458 case OP_XCLASS: in get_chr_property_list()459 if (c == OP_XCLASS) in get_chr_property_list()746 case OP_XCLASS: in compare_opcodes()1069 case OP_XCLASS: in compare_opcodes()1177 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()1180 if (c == OP_XCLASS) in PRIV()1253 case OP_XCLASS: in PRIV()
83 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
643 case OP_XCLASS: in pcre2_printint()653 if (*code == OP_XCLASS) in pcre2_printint()708 if (*code == OP_XCLASS) in pcre2_printint()
416 case OP_XCLASS: in find_minlength()419 if (op == OP_XCLASS) in find_minlength()1499 case OP_XCLASS: in set_start_bits()1576 if (*tcode == OP_XCLASS) tcode += GET(tcode, 1); else in set_start_bits()
387 case OP_XCLASS: in pcre2_callout_enumerate()
1051 case OP_XCLASS: in next_opcode()1435 case OP_XCLASS: in detect_early_fail()1437 cc += ((*cc == OP_XCLASS) ? GET(cc, 1) : (unsigned int)(1 + (32 / sizeof(PCRE2_UCHAR)))); in detect_early_fail()1885 case OP_XCLASS: in set_private_data_ptrs()2100 case OP_XCLASS: in get_framesize()2460 case OP_XCLASS: in get_recurse_data_length()2461 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()2835 case OP_XCLASS: in copy_recurse_data()2836 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()5510 case OP_XCLASS: in scan_prefix()[all …]
1507 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
2562 case OP_XCLASS: in internal_dfa_match()2571 if (codevalue != OP_XCLASS) in internal_dfa_match()
6064 *code++ = OP_XCLASS; in compile_branch()6933 case OP_XCLASS: in compile_branch()7590 case OP_XCLASS: in compile_branch()8510 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
2107 case OP_XCLASS: in match()
584 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any acceptable589 OP_XCLASS is followed by a LINK_SIZE value containing the total length of the