Searched refs:entry_remaining_bytes (Results 1 – 1 of 1) sorted by relevance
251 int64_t entry_remaining_bytes; member703 if (t->entry_eof || t->entry_remaining_bytes <= 0) { in _archive_read_data_block()796 t->entry_remaining_bytes -= bytes; in _archive_read_data_block()827 t->entry_remaining_bytes -= bytes; in _archive_read_data_block()828 if (t->entry_remaining_bytes == 0) { in _archive_read_data_block()1181 t->entry_remaining_bytes = archive_entry_size(entry); in _archive_read_next_header2()1182 t->entry_eof = (t->entry_remaining_bytes == 0)? 1: 0; in _archive_read_next_header2()1187 t->entry_remaining_bytes = 0; in _archive_read_next_header2()2193 t->entry_remaining_bytes = 0; in tree_reopen()