Searched refs:OP_XCLASS (Results 1 – 10 of 10) sorted by relevance
642 case OP_XCLASS: in pcre_printint()653 if (*code == OP_XCLASS) in pcre_printint()707 if (*code == OP_XCLASS) in pcre_printint()
335 case OP_XCLASS: in find_minlength()338 if (op == OP_XCLASS) in find_minlength()1317 case OP_XCLASS: in set_start_bits()1344 if (*tcode == OP_XCLASS) in set_start_bits()
280 case OP_XCLASS: in pcre_pattern_to_host_byte_order()
1928 case OP_XCLASS: in find_fixedlength()1931 if (op == OP_XCLASS) in find_fixedlength()2092 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()2255 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()2548 case OP_XCLASS: in could_be_empty_branch()3063 case OP_XCLASS: in get_chr_property_list()3064 if (c == OP_XCLASS) in get_chr_property_list()3295 case OP_XCLASS: in compare_opcodes()3617 case OP_XCLASS: in compare_opcodes()3726 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in auto_possessify()[all …]
762 case OP_XCLASS: in next_opcode()1194 case OP_XCLASS: in set_private_data_ptrs()1408 case OP_XCLASS: in get_framesize()1651 case OP_XCLASS: in get_private_data_copy_length()1652 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar); in get_private_data_copy_length()1864 case OP_XCLASS: in copy_private_data()1865 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar); in copy_private_data()3374 case OP_XCLASS: in scan_prefix()5824 case OP_XCLASS: in compile_char1_matchingpath()7841 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()[all …]
334 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any code points338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
2535 case OP_XCLASS: in internal_dfa_exec()2544 if (codevalue != OP_XCLASS) in internal_dfa_exec()
2049 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
2643 case OP_XCLASS: in regexflip8_or_16()2748 case OP_XCLASS: in regexflip_32()
3106 case OP_XCLASS: in match()