Lines Matching defs:ZipfileLFH
9617 typedef struct ZipfileLFH ZipfileLFH; typedef9618 struct ZipfileLFH { struct9619 u16 iVersionExtract;9620 u16 flags;9621 u16 iCompression;9622 u16 mTime;9623 u16 mDate;9624 u32 crc32;9625 u32 szCompressed;9626 u32 szUncompressed;9627 u16 nFile;9628 u16 nExtra;