Searched refs:bytes_compressed (Results 1 – 1 of 1) sorted by relevance
1174 hfs_write_compressed_data(struct archive_write_disk *a, size_t bytes_compressed) in hfs_write_compressed_data() argument1179 bytes_compressed, a->compressed_rsrc_position); in hfs_write_compressed_data()1181 a->compressed_rsrc_position += bytes_compressed; in hfs_write_compressed_data()1314 size_t bytes_compressed; in hfs_drive_compressor() local1355 bytes_compressed = a->compressed_buffer_remaining - a->stream.avail_out; in hfs_drive_compressor()1361 if (bytes_compressed > size) { in hfs_drive_compressor()1364 bytes_compressed = size + 1; in hfs_drive_compressor()1366 a->compressed_buffer_remaining -= bytes_compressed; in hfs_drive_compressor()1374 (a->decmpfs_attr_size + bytes_compressed) in hfs_drive_compressor()1379 buffer_compressed, bytes_compressed); in hfs_drive_compressor()[all …]