Searched refs:OP_XCLASS (Results 1 – 10 of 10) sorted by relevance
475 case OP_XCLASS: in get_chr_property_list()476 if (c == OP_XCLASS) in get_chr_property_list()764 case OP_XCLASS: in compare_opcodes()1087 case OP_XCLASS: in compare_opcodes()1195 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()1198 if (c == OP_XCLASS) in PRIV()1275 case OP_XCLASS: in PRIV()
83 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
674 case OP_XCLASS: in pcre2_printint()684 if (*code == OP_XCLASS) in pcre2_printint()739 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()
1056 case OP_XCLASS: in next_opcode()1445 case OP_XCLASS: in detect_early_fail()1889 case OP_XCLASS: in set_private_data_ptrs()2104 case OP_XCLASS: in get_framesize()2524 case OP_XCLASS: in get_recurse_data_length()2906 case OP_XCLASS: in copy_recurse_data()2907 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()5584 case OP_XCLASS: in scan_prefix()9122 case OP_XCLASS: in compile_char1_matchingpath()12238 case OP_XCLASS: in compile_matchingpath()[all …]
2619 case OP_XCLASS: in internal_dfa_match()2628 if (codevalue != OP_XCLASS) in internal_dfa_match()
1531 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
6174 *code++ = OP_XCLASS; in compile_branch()7049 case OP_XCLASS: in compile_branch()7706 case OP_XCLASS: in compile_branch()8636 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
2124 case OP_XCLASS: in match()
Completed in 108 milliseconds