Searched refs:CompressedSize (Results 1 – 4 of 4) sorted by relevance
71 b.uint32(fh.CompressedSize)193 fh.CompressedSize = uint32max197 fh.CompressedSize = uint32(fh.CompressedSize64)219 b.uint32(fh.CompressedSize)
98 b.uint32(h.CompressedSize)284 compressedSize = h.CompressedSize362 fh.CompressedSize = uint32max366 fh.CompressedSize = uint32(fh.CompressedSize64)390 b.uint32(fh.CompressedSize)
265 f.CompressedSize = b.uint32()267 f.CompressedSize64 = uint64(f.CompressedSize)284 needCSize := f.CompressedSize == ^uint32(0)
84 CompressedSize uint32 // Deprecated: Use CompressedSize64 instead. member