Searched refs:unpacked_size (Results 1 – 1 of 1) sorted by relevance
94 ssize_t unpacked_size; member1711 size_t block_flags, uint8_t is_dir, uint64_t unpacked_size, in file_entry_sanity_checks() argument1716 (int) (unpacked_size != 0 || packed_size != 0); in file_entry_sanity_checks()1747 uint64_t unpacked_size, window_size; in process_head_file() local1801 if(!read_var(a, &unpacked_size, NULL)) in process_head_file()1813 unpacked_size, data_size); in process_head_file()2033 rar->file.unpacked_size = (ssize_t) unpacked_size; in process_head_file()2035 archive_entry_set_size(entry, unpacked_size); in process_head_file()4223 if(!rar->skip_mode && (rar->cstate.last_write_ptr > rar->file.unpacked_size)) { in rar5_read_data()4244 rar->cstate.last_write_ptr == rar->file.unpacked_size) in rar5_read_data()