Home
last modified time | relevance | path

Searched defs:ZipEntry (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/source/placeware/
H A Dzip.cxx39 struct ZipEntry struct
41 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 */
/trunk/main/package/inc/
H A DZipEntry.hxx28 struct ZipEntry struct
30 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 …]

Completed in 14 milliseconds