Searched defs:file_header (Results 1 – 4 of 4) sorted by relevance
92 struct file_header { struct93 ssize_t bytes_remaining;94 ssize_t unpacked_size;95 int64_t last_offset; /* Used in sanity checks. */96 int64_t last_size; /* Used in sanity checks. */98 uint8_t solid : 1; /* Is this a solid stream? */99 uint8_t service : 1; /* Is this file a service data? */100 uint8_t eof : 1; /* Did we finish unpacking the file? */101 uint8_t dir : 1; /* Is this file entry a directory? */104 int64_t e_mtime;[all …]
167 unsigned char *file_header; member
1371 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;