Searched defs:UncompressContextDeflate_ (Results 1 – 1 of 1) sorted by relevance
29 struct UncompressContextDeflate_ struct31 static const size_t WORK_SIZE = UNCOMPRESS_GZIP_WORK_SIZE + (1 << MAX_WBITS);33 s32 headerSize;34 size_t rawSize;35 detail::ZlibAllocator za;36 z_stream s;37 bit8 workBuffer[WORK_SIZE];