Home
last modified time | relevance | path

Searched defs:ZIPENTRY (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/
H A Dunzip.h78 struct ZIPENTRY struct
80 ZIPENTRY(): in ZIPENTRY() function
89 int index; // index of this file within the zip
90 TCHAR name[MAX_PATH]; // filename within the zip
91 DWORD attr; // attributes, as in GetFileAttributes.
92 FILETIME atime,ctime,mtime;// access, create, modify filetimes
116 ZRESULT GetZipItem(HZIP hz, int index, ZIPENTRY *ze); argument
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/zip/
H A Dunzip.h30 } ZIPENTRY; typedef
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/windows/
H A DXUnzip.h108 } ZIPENTRY; typedef
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/
H A Dunzip.h85 } ZIPENTRY; typedef