Searched refs:buffbytes (Results 1 – 1 of 1) sorted by relevance
693 size_t buffbytes; in _archive_read_data_block() local768 buffbytes = t->entry_buff_size; in _archive_read_data_block()769 if ((int64_t)buffbytes > t->current_sparse->length) in _archive_read_data_block()770 buffbytes = t->current_sparse->length; in _archive_read_data_block()795 if (buffbytes > 0) { in _archive_read_data_block()796 bytes = read(t->entry_fd, t->entry_buff, buffbytes); in _archive_read_data_block()