Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c217 #define META_BIGVALUE 0x80050000u /* Next is a literal > META_END */ macro
2763 if (c >= META_END) *p++ = META_BIGVALUE; \
2925 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2974 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
3016 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
6148 if (meta == META_BIGVALUE) in compile_branch()
6287 if (d == META_BIGVALUE) d = *(++pptr); in compile_branch()
8017 case META_BIGVALUE: in compile_branch()
9517 case META_BIGVALUE: in get_branchlength()
9698 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
[all …]

Completed in 60 milliseconds