Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c254 int64_t entry_remaining_bytes; member
699 if (t->entry_eof || t->entry_remaining_bytes <= 0) { in _archive_read_data_block()
789 t->entry_remaining_bytes -= sparse_bytes; in _archive_read_data_block()
820 t->entry_remaining_bytes -= bytes; in _archive_read_data_block()
821 if (t->entry_remaining_bytes == 0) { in _archive_read_data_block()
1173 t->entry_remaining_bytes = archive_entry_size(entry); in _archive_read_next_header2()
1174 t->entry_eof = (t->entry_remaining_bytes == 0)? 1: 0; in _archive_read_next_header2()
1179 t->entry_remaining_bytes = 0; in _archive_read_next_header2()
2223 t->entry_remaining_bytes = 0; in tree_reopen()