Lines Matching defs:cd_file_header
81 struct cd_file_header { struct
83 __u32 magic;
84 __u16 version;
86 __u16 min_version;
87 __u16 flags;
88 __u16 compression;
89 __u16 last_modified_time;
90 __u16 last_modified_date;
91 __u32 crc;
92 __u32 compressed_size;
93 __u32 uncompressed_size;
94 __u16 file_name_length;
95 __u16 extra_field_length;
96 __u16 file_comment_length;
98 __u16 disk;
99 __u16 internal_attributes;
100 __u32 external_attributes;
104 __u32 offset;