Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c217 #define META_BIGVALUE 0x80050000u /* Next is a literal > META_END */ macro
2482 if (c >= META_END) *p++ = META_BIGVALUE; \
2630 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2679 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2721 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
5780 if (meta == META_BIGVALUE) in compile_branch()
5914 if (d == META_BIGVALUE) d = *(++pptr); in compile_branch()
7641 case META_BIGVALUE: in compile_branch()
9080 case META_BIGVALUE: in get_branchlength()
9256 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
[all …]

Completed in 29 milliseconds