Searched defs:CentralDirEntry (Results 1 – 2 of 2) sorted by relevance
43 struct __attribute__((packed)) CentralDirEntry { struct44 uint32_t signature = 0;45 uint16_t versionMade = 0;46 uint16_t versionNeeded = 0;47 uint16_t flags = 0; // general purpose bit flag48 uint16_t compressionMethod = 0;49 uint16_t modifiedTime = 0;50 uint16_t modifiedDate = 0;51 uint32_t crc = 0;52 uint32_t compressedSize = 0;[all …]
69 struct __attribute__((packed)) CentralDirEntry { struct70 uint32_t signature = 0;71 uint16_t versionMade = 0;72 uint16_t versionNeeded = 0;73 uint16_t flags = 0; // general purpose bit flag74 uint16_t compressionMethod = 0;75 uint16_t modifiedTime = 0;76 uint16_t modifiedDate = 0;77 uint32_t crc = 0;78 uint32_t compressedSize = 0;[all …]