Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_printint.src415 /* OP_XCLASS can only occur in UTF-8 mode. However, there's no harm in
421 case OP_XCLASS:
428 if (*code == OP_XCLASS)
470 if (*code == OP_XCLASS)
H A Dpcre_study.c329 case OP_XCLASS: in find_minlength()
332 if (op == OP_XCLASS) in find_minlength()
839 case OP_XCLASS: in set_start_bits()
H A Dpcre_compile.c1921 case OP_XCLASS: in find_fixedlength()
1924 if (op == OP_XCLASS) in find_fixedlength()
2080 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
2218 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
2489 case OP_XCLASS: in could_be_empty_branch()
4668 *code++ = OP_XCLASS; in compile_branch()
5055 *previous == OP_XCLASS || in compile_branch()
H A Dpcre_internal.h2039 OP_XCLASS, /* 108 Extended class for handling > 255 chars within the enumerator
H A DHACKING310 For classes containing characters with values greater than 255, OP_XCLASS is
H A Dpcre_exec.c3029 case OP_XCLASS: in match()

Completed in 62 milliseconds