Home
last modified time | relevance | path

Searched refs:OP_XCLASS (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c456 case OP_XCLASS: in get_chr_property_list()
457 if (c == OP_XCLASS) in get_chr_property_list()
735 case OP_XCLASS: in compare_opcodes()
1058 case OP_XCLASS: in compare_opcodes()
1164 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
1167 if (c == OP_XCLASS) in PRIV()
1240 case OP_XCLASS: in PRIV()
Dpcre2_find_bracket.c83 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
Dpcre2_printint.c641 case OP_XCLASS: in pcre2_printint()
651 if (*code == OP_XCLASS) in pcre2_printint()
706 if (*code == OP_XCLASS) in pcre2_printint()
Dpcre2_study.c404 case OP_XCLASS: in find_minlength()
407 if (op == OP_XCLASS) in find_minlength()
1450 case OP_XCLASS: in set_start_bits()
1489 if (*tcode == OP_XCLASS) tcode += GET(tcode, 1); else in set_start_bits()
Dpcre2_pattern_info.c387 case OP_XCLASS: in pcre2_callout_enumerate()
Dpcre2_jit_compile.c1024 case OP_XCLASS: in next_opcode()
1223 case OP_XCLASS: in is_accelerated_repeat()
1224 cc += (*cc == OP_XCLASS) ? GET(cc, 1) : (int)(1 + (32 / sizeof(PCRE2_UCHAR))); in is_accelerated_repeat()
1661 case OP_XCLASS: in set_private_data_ptrs()
1876 case OP_XCLASS: in get_framesize()
2234 case OP_XCLASS: in get_recurse_data_length()
2235 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()
2607 case OP_XCLASS: in copy_recurse_data()
2608 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
5162 case OP_XCLASS: in scan_prefix()
[all …]
Dpcre2_dfa_match.c2555 case OP_XCLASS: in internal_dfa_match()
2564 if (codevalue != OP_XCLASS) in internal_dfa_match()
Dpcre2_internal.h1497 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
Dpcre2_compile.c5937 *code++ = OP_XCLASS; in compile_branch()
6808 case OP_XCLASS: in compile_branch()
7451 case OP_XCLASS: in compile_branch()
8381 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
Dpcre2_match.c2035 case OP_XCLASS: in match()
/external/pcre/dist2/
DHACKING582 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any acceptable
587 OP_XCLASS is followed by a LINK_SIZE value containing the total length of the