Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c326 case OP_CLASS: in find_minlength()
335 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
337 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
1237 case OP_CLASS: in set_start_bits()
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.
328 applies to OP_CLASS and OP_REF[I]. In both cases, the repeat information
H A Dpcre_compile.c1918 case OP_CLASS: in find_fixedlength()
1927 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1929 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2494 case OP_CLASS: in could_be_empty_branch()
2496 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
4698 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
5052 else if (*previous == OP_CLASS || in compile_branch()
H A Dpcre_exec.c2812 case OP_CLASS: in match()
2864 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2885 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2919 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2943 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2973 if (op == OP_CLASS) break; in match()
3002 if (op == OP_CLASS) break; in match()
H A Dpcre_printint.src419 case OP_CLASS:
H A Dpcre_internal.h2035 OP_CLASS, /* 106 Match a character class, chars < 256 only */ enumerator

Completed in 89 milliseconds