Searched refs:UNCOMPRESS_GZIP_WORK_SIZE (Results 1 – 3 of 3) sorted by relevance
217 const int UNCOMPRESS_GZIP_WORK_SIZE = UNCOMPRESS_DEFLATE_WORK_SIZE; variable
1074 NN_STATIC_ASSERT( sizeof(inflate_state) == UNCOMPRESS_GZIP_WORK_SIZE ); in ZlibStaticAssert()1083 detail::ZlibAllocator za(pWork, UNCOMPRESS_GZIP_WORK_SIZE); in UncompressDeflateCommon()
31 static const size_t WORK_SIZE = UNCOMPRESS_GZIP_WORK_SIZE + (1 << MAX_WBITS);