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

/freebsd-current/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 +
1399 while (bytes_used >= COMPRESSED_W_SIZE) {
1400 ret = hfs_write_compressed_data(a, COMPRESSED_W_SIZE);
1403 bytes_used -= COMPRESSED_W_SIZE;
1404 if (bytes_used > COMPRESSED_W_SIZE)
1406 a->compressed_buffer + COMPRESSED_W_SIZE,
1410 a->compressed_buffer + COMPRESSED_W_SIZE,

Completed in 198 milliseconds