Searched refs:ExtractZlib (Results 1 – 1 of 1) sorted by relevance
287 struct ExtractZlib // Zlib decompression and information extraction struct292 ExtractZlib(std::vector<ZlibBlockInfo>* output) : zlibinfo(output) {}; in ExtractZlib() argument608 ExtractZlib zlib(zlibinfo); //decompress with the Zlib decompressor in decode()