Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c344 #define COMPRESSED_W_SIZE (64 * 1024) macro
1316 block_size = COMPRESSED_W_SIZE + RSRC_F_SIZE + in hfs_drive_compressor()
1394 while (bytes_used >= COMPRESSED_W_SIZE) { in hfs_drive_compressor()
1395 ret = hfs_write_compressed_data(a, COMPRESSED_W_SIZE); in hfs_drive_compressor()
1398 bytes_used -= COMPRESSED_W_SIZE; in hfs_drive_compressor()
1399 if (bytes_used > COMPRESSED_W_SIZE) in hfs_drive_compressor()
1401 a->compressed_buffer + COMPRESSED_W_SIZE, in hfs_drive_compressor()
1405 a->compressed_buffer + COMPRESSED_W_SIZE, in hfs_drive_compressor()