Searched refs:bytes_in_last_block (Results 1 – 6 of 6) sorted by relevance
113 a->bytes_in_last_block = -1; /* Default */ in archive_write_new()170 a->bytes_in_last_block = bytes; in archive_write_set_bytes_in_last_block()183 return (a->bytes_in_last_block); in archive_write_get_bytes_in_last_block()366 f->bytes_in_last_block = in archive_write_client_open()515 if (a->bytes_in_last_block <= 0) in archive_write_client_close()520 target_block_length = a->bytes_in_last_block * in archive_write_client_close()521 ( (block_length + a->bytes_in_last_block - 1) / in archive_write_client_close()522 a->bytes_in_last_block); in archive_write_client_close()
61 int bytes_in_last_block;95 * Blocking information. Note that bytes_in_last_block is101 int bytes_in_last_block;63 int bytes_in_last_block; global() member 103 int bytes_in_last_block; global() member
750 int bytes_in_last_block);
34 int bytes_in_last_block; /* See -b handling. */ member
220 bsdtar->bytes_in_last_block = -1; in main()300 bsdtar->bytes_in_last_block = bsdtar->bytes_per_block; in main()
216 archive_write_set_bytes_in_last_block(a, bsdtar->bytes_in_last_block); in tar_mode_c()395 archive_write_set_bytes_in_last_block(a, bsdtar->bytes_in_last_block); in tar_mode_u()