Searched defs:file_header (Results 1 – 4 of 4) sorted by relevance
91 struct file_header { struct92 ssize_t bytes_remaining;93 ssize_t unpacked_size;94 int64_t last_offset; /* Used in sanity checks. */95 int64_t last_size; /* Used in sanity checks. */97 uint8_t solid : 1; /* Is this a solid stream? */98 uint8_t service : 1; /* Is this file a service data? */99 uint8_t eof : 1; /* Did we finish unpacking the file? */100 uint8_t dir : 1; /* Is this file entry a directory? */103 uint64_t e_mtime;[all …]
144 unsigned char *file_header; member
1365 struct rar_file_header file_header; in read_header() local
82 struct file_header struct84 struct file_reader *fr;85 struct sort_list_item *si; /* current top line */86 size_t file_pos;