Lines Matching defs:ZipfileLFH
6955 typedef struct ZipfileLFH ZipfileLFH; typedef6956 struct ZipfileLFH { struct6957 u16 iVersionExtract;6958 u16 flags;6959 u16 iCompression;6960 u16 mTime;6961 u16 mDate;6962 u32 crc32;6963 u32 szCompressed;6964 u32 szUncompressed;6965 u16 nFile;6966 u16 nExtra;