Searched refs:current_sparse (Results 1 – 1 of 1) sorted by relevance
236 } *sparse_list, *current_sparse; member777 if ((int64_t)buffbytes > t->current_sparse->length) in _archive_read_data_block()778 buffbytes = t->current_sparse->length; in _archive_read_data_block()780 if (t->current_sparse->length == 0) in _archive_read_data_block()787 if (t->current_sparse->offset > t->entry_total) { in _archive_read_data_block()795 bytes = t->current_sparse->offset - t->entry_total; in _archive_read_data_block()834 t->current_sparse->offset += bytes; in _archive_read_data_block()835 t->current_sparse->length -= bytes; in _archive_read_data_block()836 if (t->current_sparse->length == 0 && !t->entry_eof) in _archive_read_data_block()837 t->current_sparse++; in _archive_read_data_block()[all …]