Searched defs:ZipEntry (Results 1 – 2 of 2) sorted by relevance
28 struct ZipEntry struct30 sal_Int16 nVersion;31 sal_Int16 nFlag;32 sal_Int16 nMethod;33 sal_Int32 nTime;34 sal_Int32 nCrc;35 sal_Int32 nCompressedSize;36 sal_Int32 nSize;37 sal_Int32 nOffset;38 sal_Int16 nPathLen;[all …]
39 struct ZipEntry struct41 OString name; /* the name we used */42 sal_Int32 offset; /* where the header starts */43 sal_Int32 endOffset; /* where the file data ends */44 sal_Int32 crc;45 sal_Int32 modTime; /* dos mod time & date */46 sal_Int32 fileLen; /* file size, in bytes */
Completed in 16 milliseconds