Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c226 #define META_CLASS_NOT 0x800e0000u /* start non-empty negative class */ macro
1049 case META_CLASS_NOT: fprintf(stderr, "META [^"); break; in show_parsed()
3585 *parsed_pattern++ = negate_class? META_CLASS_NOT : META_CLASS; in parse_regex()
5888 case META_CLASS_NOT: in compile_branch()
5891 negate_class = meta == META_CLASS_NOT; in compile_branch()
9521 case META_CLASS_NOT: in get_branchlength()
10016 case META_CLASS_NOT: in check_lookbehinds()

Completed in 32 milliseconds