Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c335 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()
H A Dpcre_compile.c1928 case OP_XCLASS: in find_fixedlength()
1931 if (op == OP_XCLASS) in find_fixedlength()
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()
3729 if (c == OP_XCLASS) in auto_possessify()
3799 case OP_XCLASS: in auto_possessify()
5544 *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.h2053 OP_XCLASS, /* 112 Extended class for handling > 255 chars within the enumerator
H A Dpcre_exec.c3106 case OP_XCLASS: in match()

Completed in 102 milliseconds