Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c475 case OP_XCLASS: in get_chr_property_list()
476 if (c == OP_XCLASS) in get_chr_property_list()
770 case OP_XCLASS: in compare_opcodes()
1093 case OP_XCLASS: in compare_opcodes()
1201 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
1204 if (c == OP_XCLASS) in PRIV()
1281 case OP_XCLASS: in PRIV()
H A Dpcre2_find_bracket.c83 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
H A Dpcre2_printint.c685 case OP_XCLASS: in pcre2_printint()
695 if (*code == OP_XCLASS) in pcre2_printint()
753 if (*code == OP_XCLASS) in pcre2_printint()
H A Dpcre2_study.c419 case OP_XCLASS: in find_minlength()
422 if (op == OP_XCLASS) in find_minlength()
1589 case OP_XCLASS: in set_start_bits()
1666 if (*tcode == OP_XCLASS) tcode += GET(tcode, 1); else in set_start_bits()
H A Dpcre2_pattern_info.c387 case OP_XCLASS: in pcre2_callout_enumerate()
H A Dpcre2_jit_compile.c1100 case OP_XCLASS: in next_opcode()
1514 case OP_XCLASS: in detect_early_fail()
1987 case OP_XCLASS: in set_private_data_ptrs()
2202 case OP_XCLASS: in get_framesize()
2625 case OP_XCLASS: in get_recurse_data_length()
3007 case OP_XCLASS: in copy_recurse_data()
3008 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
5738 case OP_XCLASS: in scan_prefix()
9266 case OP_XCLASS: in compile_char1_matchingpath()
12565 case OP_XCLASS: in compile_matchingpath()
[all …]
H A Dpcre2_dfa_match.c2666 case OP_XCLASS: in internal_dfa_match()
2675 if (codevalue != OP_XCLASS) in internal_dfa_match()
H A Dpcre2_internal.h1556 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
H A Dpcre2_compile.c6436 *code++ = OP_XCLASS; in compile_branch()
7314 case OP_XCLASS: in compile_branch()
7963 case OP_XCLASS: in compile_branch()
8931 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
H A Dpcre2_match.c2175 case OP_XCLASS: in match()

Completed in 134 milliseconds