Searched defs:CentralDirEntry (Results 1 – 2 of 2) sorted by relevance
84 struct __attribute__((packed)) CentralDirEntry { struct85 uint32_t signature = 0;86 uint16_t versionMade = 0;87 uint16_t versionNeeded = 0;88 uint16_t flags = 0; // general purpose bit flag89 uint16_t compressionMethod = 0;90 uint16_t modifiedTime = 0;91 uint16_t modifiedDate = 0;92 uint32_t crc = 0;93 uint32_t compressedSize = 0;[all …]
82 struct __attribute__((packed)) CentralDirEntry { struct83 uint32_t signature = 0;84 uint16_t versionMade = 0;85 uint16_t versionNeeded = 0;86 uint16_t flags = 0; // general purpose bit flag87 uint16_t compressionMethod = 0;88 uint16_t modifiedTime = 0;89 uint16_t modifiedDate = 0;90 uint32_t crc = 0;91 uint32_t compressedSize = 0;[all …]