Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c224 #define META_CLASS_EMPTY_NOT 0x800c0000u /* negative empty class */ macro
1052 case META_CLASS_EMPTY_NOT: fprintf(stderr, "META [^]"); break; in show_parsed()
3579 *parsed_pattern++ = negate_class? META_CLASS_EMPTY_NOT : META_CLASS_EMPTY; in parse_regex()
5866 case META_CLASS_EMPTY_NOT: in compile_branch()
5868 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
9527 case META_CLASS_EMPTY_NOT: in get_branchlength()
10014 case META_CLASS_EMPTY_NOT: in check_lookbehinds()

Completed in 37 milliseconds