Searched refs:CompressedSize (Results 1 – 4 of 4) sorted by relevance
52 fh.CompressedSize = uint32(fh.CompressedSize64)80 b.uint32(fh.CompressedSize)202 fh.CompressedSize = uint32max206 fh.CompressedSize = uint32(fh.CompressedSize64)228 b.uint32(fh.CompressedSize)
98 b.uint32(h.CompressedSize)288 compressedSize = h.CompressedSize381 fh.CompressedSize = uint32max385 fh.CompressedSize = uint32(fh.CompressedSize64)409 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