Home
last modified time | relevance | path

Searched refs:entry_remaining_bytes (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c256 int64_t entry_remaining_bytes; member
701 if (t->entry_eof || t->entry_remaining_bytes <= 0) { in _archive_read_data_block()
790 t->entry_remaining_bytes -= sparse_bytes; in _archive_read_data_block()
821 t->entry_remaining_bytes -= bytes; in _archive_read_data_block()
822 if (t->entry_remaining_bytes == 0) { in _archive_read_data_block()
1174 t->entry_remaining_bytes = archive_entry_size(entry); in _archive_read_next_header2()
1175 t->entry_eof = (t->entry_remaining_bytes == 0)? 1: 0; in _archive_read_next_header2()
1180 t->entry_remaining_bytes = 0; in _archive_read_next_header2()
2208 t->entry_remaining_bytes = 0; in tree_reopen()