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()727 case OP_XCLASS: in compare_opcodes()1050 case OP_XCLASS: in compare_opcodes()1156 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()1159 if (c == OP_XCLASS) in PRIV()1232 case OP_XCLASS: in PRIV()
640 case OP_XCLASS: in pcre2_printint()650 if (*code == OP_XCLASS) in pcre2_printint()704 if (*code == OP_XCLASS) in pcre2_printint()
403 case OP_XCLASS: in find_minlength()406 if (op == OP_XCLASS) in find_minlength()1448 case OP_XCLASS: in set_start_bits()1487 if (*tcode == OP_XCLASS) tcode += GET(tcode, 1); else in set_start_bits()
83 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
387 case OP_XCLASS: in pcre2_callout_enumerate()
837 case OP_XCLASS: in next_opcode()1028 case OP_XCLASS: in is_accelerated_repeat()1029 cc += (*cc == OP_XCLASS) ? GET(cc, 1) : (int)(1 + (32 / sizeof(PCRE2_UCHAR))); in is_accelerated_repeat()1465 case OP_XCLASS: in set_private_data_ptrs()1680 case OP_XCLASS: in get_framesize()2037 case OP_XCLASS: in get_recurse_data_length()2038 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()2409 case OP_XCLASS: in copy_recurse_data()2410 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()4014 case OP_XCLASS: in scan_prefix()[all …]
2548 case OP_XCLASS: in internal_dfa_match()2557 if (codevalue != OP_XCLASS) in internal_dfa_match()
1463 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
5653 *code++ = OP_XCLASS; in compile_branch()6514 case OP_XCLASS: in compile_branch()7155 case OP_XCLASS: in compile_branch()8073 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
2034 case OP_XCLASS: in match()
582 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any acceptable587 OP_XCLASS is followed by a LINK_SIZE value containing the total length of the