Searched defs:ZlibBlockInfo (Results 1 – 1 of 1) sorted by relevance
258 struct ZlibBlockInfo { struct259 int btype; //block type (0-2)260 size_t compressedbits; //size of compressed block in bits261 size_t uncompressedbytes; //size of uncompressed block in bytes286 void extractZlibInfo(std::vector<ZlibBlockInfo>& zlibinfo, const std::vector<unsigned char>& in); argument