Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_compile.c217 #define META_BIGVALUE 0x80050000u /* Next is a literal > META_END */ macro
1017 case META_BIGVALUE: fprintf(stderr, "META_BIGVALUE %.8x", *pptr++); break; in show_parsed()
2503 if (c >= META_END) *p++ = META_BIGVALUE; \
2651 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2700 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2742 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
5802 if (meta == META_BIGVALUE) in compile_branch()
5936 if (d == META_BIGVALUE) d = *(++pptr); in compile_branch()
7663 case META_BIGVALUE: in compile_branch()
9112 case META_BIGVALUE: in get_branchlength()
[all …]
/third_party/pcre2/pcre2/
DHACKING251 META_BIGVALUE Next is a literal >= META_END