Searched refs:buffbytes (Results 1 – 1 of 1) sorted by relevance
688 size_t buffbytes; in _archive_read_data_block() local763 buffbytes = t->entry_buff_size; in _archive_read_data_block()764 if ((int64_t)buffbytes > t->current_sparse->length) in _archive_read_data_block()765 buffbytes = t->current_sparse->length; in _archive_read_data_block()791 if (buffbytes > 0) { in _archive_read_data_block()792 bytes = read(t->entry_fd, t->entry_buff, buffbytes); in _archive_read_data_block()