Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c327 case OP_NCLASS: in find_minlength()
1224 case OP_NCLASS: in set_start_bits()
H A Dpcre_printint.src420 case OP_NCLASS:
501 fprintf(f, "]%s", (*code == OP_NCLASS)? " (neg)" : "");
H A DHACKING300 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
306 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32 mode,
308 OP_CLASS they do not match, whereas for OP_NCLASS they do.
H A Dpcre_compile.c1919 case OP_NCLASS: in find_fixedlength()
2495 case OP_NCLASS: in could_be_empty_branch()
4698 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
5053 *previous == OP_NCLASS || in compile_branch()
H A Dpcre_internal.h2036 OP_NCLASS, /* 107 Same, but the bitmap was created from a negative enumerator
H A Dpcre_exec.c2811 case OP_NCLASS: in match()

Completed in 94 milliseconds