Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c222 #define META_CLASS 0x800a0000u /* start non-empty class */ macro
1048 case META_CLASS: fprintf(stderr, "META ["); break; in show_parsed()
3585 *parsed_pattern++ = negate_class? META_CLASS_NOT : META_CLASS; in parse_regex()
5889 case META_CLASS: in compile_branch()
5910 if (meta == META_CLASS) /* A positive one-char class can be */ in compile_branch()
5955 if (meta == META_CLASS && pptr[1] < META_END && pptr[2] < META_END && in compile_branch()
9520 case META_CLASS: in get_branchlength()
10012 case META_CLASS: in check_lookbehinds()

Completed in 50 milliseconds