Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c214 #define META_BIGVALUE 0x80050000u /* Next is a literal > META_END */ macro
946 case META_BIGVALUE: fprintf(stderr, "META_BIGVALUE %.8x", *pptr++); break; in show_parsed()
2313 if (c >= META_END) *p++ = META_BIGVALUE; \
5370 if (meta == META_BIGVALUE) in compile_branch()
5504 if (d == META_BIGVALUE) d = *(++pptr); in compile_branch()
7207 case META_BIGVALUE: in compile_branch()
8625 case META_BIGVALUE: in get_branchlength()
8798 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
9055 case META_BIGVALUE: in check_lookbehinds()

Completed in 31 milliseconds