Lines Matching defs:ZipfileLFH
9539 typedef struct ZipfileLFH ZipfileLFH; typedef9540 struct ZipfileLFH { struct9541 u16 iVersionExtract;9542 u16 flags;9543 u16 iCompression;9544 u16 mTime;9545 u16 mDate;9546 u32 crc32;9547 u32 szCompressed;9548 u32 szUncompressed;9549 u16 nFile;9550 u16 nExtra;