Lines Matching defs:ZipfileLFH
6960 typedef struct ZipfileLFH ZipfileLFH; typedef6961 struct ZipfileLFH { struct6962 u16 iVersionExtract;6963 u16 flags;6964 u16 iCompression;6965 u16 mTime;6966 u16 mDate;6967 u32 crc32;6968 u32 szCompressed;6969 u32 szUncompressed;6970 u16 nFile;6971 u16 nExtra;