Home
last modified time | relevance | path

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

/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/zip/
H A Dunzip.cpp4134 ZRESULT UnzipItem(HZIP hz, int index, const TCHAR *fn) {return UnzipItemInternal(hz,index,(void*)fn… in UnzipItem() function
4135 ZRESULT UnzipItem(HZIP hz, int index, void *z,unsigned int len) {return UnzipItemInternal(hz,index,… in UnzipItem() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/
H A Dunzip.cpp4519 ZRESULT UnzipItem(HZIP hz, int index, const TCHAR *fn) {return UnzipItemInternal(hz,index,(void*)fn… in UnzipItem() function
4520 ZRESULT UnzipItem(HZIP hz, int index, void *z,unsigned int len) {return UnzipItemInternal(hz,index,… in UnzipItem() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/
H A Dunzip.cpp4472 ZRESULT UnzipItem(HZIP hz, int index, const TCHAR *fn) {return UnzipItemInternal(hz,index,(void*)fn… in UnzipItem() function
4473 ZRESULT UnzipItem(HZIP hz, int index, void *z,unsigned int len) {return UnzipItemInternal(hz,index,… in UnzipItem() function
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/windows/
H A DXUnzip.cpp4344 ZRESULT UnzipItem(HZIP hz, int index, void *dst, unsigned int len, DWORD flags) in UnzipItem() function