Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_disk_posix.c251 int64_t entry_remaining_bytes; member
715 if (t->entry_eof || t->entry_remaining_bytes <= 0) { in _archive_read_data_block()
805 t->entry_remaining_bytes -= bytes; in _archive_read_data_block()
832 t->entry_remaining_bytes -= bytes; in _archive_read_data_block()
833 if (t->entry_remaining_bytes == 0) { in _archive_read_data_block()
1133 t->entry_remaining_bytes = archive_entry_size(entry); in _archive_read_next_header2()
1134 t->entry_eof = (t->entry_remaining_bytes == 0)? 1: 0; in _archive_read_next_header2()
1139 t->entry_remaining_bytes = 0; in _archive_read_next_header2()
2083 t->entry_remaining_bytes = 0; in tree_reopen()