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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c343 #define COMPRESSED_W_SIZE (64 * 1024) macro
1287 block_size = COMPRESSED_W_SIZE + RSRC_F_SIZE +
1365 while (bytes_used >= COMPRESSED_W_SIZE) {
1366 ret = hfs_write_compressed_data(a, COMPRESSED_W_SIZE);
1369 bytes_used -= COMPRESSED_W_SIZE;
1370 if (bytes_used > COMPRESSED_W_SIZE)
1372 a->compressed_buffer + COMPRESSED_W_SIZE,
1376 a->compressed_buffer + COMPRESSED_W_SIZE,

Completed in 113 milliseconds