Searched refs:bytes_compressed (Results 1 – 1 of 1) sorted by relevance
966 hfs_write_compressed_data(struct archive_write_disk *a, size_t bytes_compressed) in hfs_write_compressed_data() argument971 bytes_compressed, a->compressed_rsrc_position); in hfs_write_compressed_data()973 a->compressed_rsrc_position += bytes_compressed; in hfs_write_compressed_data()1106 size_t bytes_compressed; in hfs_drive_compressor() local1147 bytes_compressed = a->compressed_buffer_remaining - a->stream.avail_out; in hfs_drive_compressor()1153 if (bytes_compressed > size) { in hfs_drive_compressor()1156 bytes_compressed = size + 1; in hfs_drive_compressor()1158 a->compressed_buffer_remaining -= bytes_compressed; in hfs_drive_compressor()1166 (a->decmpfs_attr_size + bytes_compressed) in hfs_drive_compressor()1171 buffer_compressed, bytes_compressed); in hfs_drive_compressor()[all …]