Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_printint.c640 case OP_XCLASS: in pcre_printint()
651 if (*code == OP_XCLASS) in pcre_printint()
705 if (*code == OP_XCLASS) in pcre_printint()
H A Dpcre_study.c333 case OP_XCLASS: in find_minlength()
336 if (op == OP_XCLASS) in find_minlength()
1315 case OP_XCLASS: in set_start_bits()
1342 if (*tcode == OP_XCLASS) in set_start_bits()
H A Dpcre_compile.c1926 case OP_XCLASS: in find_fixedlength()
1929 if (op == OP_XCLASS) in find_fixedlength()
2546 case OP_XCLASS: in could_be_empty_branch()
3061 case OP_XCLASS: in get_chr_property_list()
3062 if (c == OP_XCLASS) in get_chr_property_list()
3293 case OP_XCLASS: in compare_opcodes()
3615 case OP_XCLASS: in compare_opcodes()
3727 if (c == OP_XCLASS) in auto_possessify()
3797 case OP_XCLASS: in auto_possessify()
5542 *code++ = OP_XCLASS; in compile_branch()
[all …]
H A Dpcre_jit_compile.c762 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()
3374 case OP_XCLASS: in scan_prefix()
5824 case OP_XCLASS: in compile_char1_matchingpath()
7955 case OP_XCLASS: in compile_iterator_matchingpath()
8424 case OP_XCLASS: in compile_matchingpath()
[all …]
H A DHACKING334 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any code points
338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
H A Dpcre_internal.h2049 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
H A Dpcre_exec.c3104 case OP_XCLASS: in match()

Completed in 70 milliseconds