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

/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_private.h57 int bytes_in_last_block; member in struct:archive_write_filter
91 * Blocking information. Note that bytes_in_last_block is
97 int bytes_in_last_block; member in struct:archive_write
H A Darchive_write.c125 a->bytes_in_last_block = -1; /* Default */
174 a->bytes_in_last_block = bytes;
187 return (a->bytes_in_last_block);
299 f->bytes_in_last_block =
421 if (a->bytes_in_last_block <= 0)
425 /* Round to next multiple of bytes_in_last_block. */
426 target_block_length = a->bytes_in_last_block *
427 ( (block_length + a->bytes_in_last_block - 1) /
428 a->bytes_in_last_block);
H A Darchive.h735 int bytes_in_last_block);
/freebsd-11.0-release/contrib/libarchive/tar/
H A Dbsdtar.h51 int bytes_in_last_block; /* See -b handling. */ member in struct:bsdtar
H A Dbsdtar.c204 bsdtar->bytes_in_last_block = -1;
267 bsdtar->bytes_in_last_block = bsdtar->bytes_per_block;
H A Dwrite.c230 archive_write_set_bytes_in_last_block(a, bsdtar->bytes_in_last_block);
409 archive_write_set_bytes_in_last_block(a, bsdtar->bytes_in_last_block);

Completed in 71 milliseconds