Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1926 case OP_NCLASS: in find_fixedlength()
2554 case OP_NCLASS: in could_be_empty_branch()
3060 case OP_NCLASS: in get_chr_property_list()
3266 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS)) in compare_opcodes()
3271 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
3289 case OP_NCLASS: in compare_opcodes()
3605 case OP_NCLASS: in compare_opcodes()
3726 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in auto_possessify()
5583 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
5934 else if (*previous == OP_CLASS || *previous == OP_NCLASS || in compile_branch()
[all …]
H A Dpcre_study.c333 case OP_NCLASS: in find_minlength()
1326 case OP_NCLASS: in set_start_bits()
H A DHACKING323 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
329 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32
331 For OP_CLASS they do not match, whereas for OP_NCLASS they do.
H A Dpcre_jit_compile.c629 case OP_NCLASS: in next_opcode()
1188 case OP_NCLASS: in set_private_data_ptrs()
1407 case OP_NCLASS: in get_framesize()
1649 case OP_NCLASS: in get_private_data_copy_length()
1862 case OP_NCLASS: in copy_private_data()
3365 case OP_NCLASS: in scan_prefix()
5776 case OP_NCLASS: in compile_char1_matchingpath()
5781 read_char_range(common, 0, bit, type == OP_NCLASS); in compile_char1_matchingpath()
7945 case OP_NCLASS: in compile_iterator_matchingpath()
8416 case OP_NCLASS: in compile_matchingpath()
[all …]
H A Dpcre_internal.h2050 OP_NCLASS, /* 111 Same, but the bitmap was created from a negative enumerator
H A Dpcre_exec.c2875 case OP_NCLASS: in match()

Completed in 69 milliseconds