Home
last modified time | relevance | path

Searched refs:COMPRESSED_W_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c343 #define COMPRESSED_W_SIZE (64 * 1024) macro
1321 block_size = COMPRESSED_W_SIZE + RSRC_F_SIZE + in hfs_drive_compressor()
1399 while (bytes_used >= COMPRESSED_W_SIZE) { in hfs_drive_compressor()
1400 ret = hfs_write_compressed_data(a, COMPRESSED_W_SIZE); in hfs_drive_compressor()
1403 bytes_used -= COMPRESSED_W_SIZE; in hfs_drive_compressor()
1404 if (bytes_used > COMPRESSED_W_SIZE) in hfs_drive_compressor()
1406 a->compressed_buffer + COMPRESSED_W_SIZE, in hfs_drive_compressor()
1410 a->compressed_buffer + COMPRESSED_W_SIZE, in hfs_drive_compressor()