Searched refs:OP_XCLASS (Results 1 – 11 of 11) sorted by relevance
456 case OP_XCLASS: in get_chr_property_list()457 if (c == OP_XCLASS) in get_chr_property_list()695 case OP_XCLASS: in compare_opcodes()1018 case OP_XCLASS: in compare_opcodes()1123 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()1126 if (c == OP_XCLASS) in PRIV()1200 case OP_XCLASS: in PRIV()
83 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
641 case OP_XCLASS: in pcre2_printint()651 if (*code == OP_XCLASS) in pcre2_printint()705 if (*code == OP_XCLASS) in pcre2_printint()
392 case OP_XCLASS: in find_minlength()395 if (op == OP_XCLASS) in find_minlength()1399 case OP_XCLASS: in set_start_bits()1434 if (*tcode == OP_XCLASS) tcode += GET(tcode, 1); else in set_start_bits()
366 case OP_XCLASS: in pcre2_callout_enumerate()
1131 case OP_XCLASS: in find_fixedlength()1134 if (op == OP_XCLASS) in find_fixedlength()1549 case OP_XCLASS: in could_be_empty_branch()2491 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()5015 *code++ = OP_XCLASS; in compile_branch()5381 *previous == OP_XCLASS || in compile_branch()5817 case OP_XCLASS: in compile_branch()
797 case OP_XCLASS: in next_opcode()986 case OP_XCLASS: in is_accelerated_repeat()987 cc += (*cc == OP_XCLASS) ? GET(cc, 1) : (int)(1 + (32 / sizeof(PCRE2_UCHAR))); in is_accelerated_repeat()1424 case OP_XCLASS: in set_private_data_ptrs()1638 case OP_XCLASS: in get_framesize()1884 case OP_XCLASS: in get_private_data_copy_length()1885 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_private_data_copy_length()2097 case OP_XCLASS: in copy_private_data()2098 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_private_data()3620 case OP_XCLASS: in scan_prefix()[all …]
2449 case OP_XCLASS: in internal_dfa_match()2458 if (codevalue != OP_XCLASS) in internal_dfa_match()
1508 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
3213 case OP_XCLASS: in match()
365 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any acceptable370 OP_XCLASS is followed by a LINK_SIZE value containing the total length of the