Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c222 #define META_CLASS 0x800a0000u /* start non-empty class */ macro
1038 case META_CLASS: fprintf(stderr, "META ["); break; in show_parsed()
3299 *parsed_pattern++ = negate_class? META_CLASS_NOT : META_CLASS; in parse_regex()
5533 case META_CLASS: in compile_branch()
5554 if (meta == META_CLASS) /* A positive one-char class can be */ in compile_branch()
5594 if (meta == META_CLASS && pptr[1] < META_END && pptr[2] < META_END && in compile_branch()
9085 case META_CLASS: in get_branchlength()
9526 case META_CLASS: in check_lookbehinds()

Completed in 25 milliseconds