Home
last modified time | relevance | path

Searched refs:ZR_SEEK (Results 1 – 10 of 10) sorted by relevance

/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/zip/
H A Dzip.h119 #define ZR_SEEK 0x02000000 // trying to seek in an unseekable file macro
H A Dunzip.h132 #define ZR_SEEK 0x02000000 // trying to seek in an unseekable file macro
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/windows/
H A DXUnzip.h296 #define ZR_SEEK 0x02000000 // trying to seek in an unseekable file macro
H A DXUnzip.cpp3886 return ZR_SEEK; in Open()
4206 case ZR_SEEK: msg="Zip-bug: trying to seek the unseekable"; break; in FormatZipMessageU()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/
H A Dunzip.h186 #define ZR_SEEK 0x02000000 // trying to seek in an unseekable file macro
H A Dunzip.cpp3978 if (!canseek) return ZR_SEEK; in Open()
4404 case ZR_SEEK: msg=_T("Zip-bug: trying to seek the unseekable"); break; in FormatZipMessageU()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/
H A Dunzip.h196 #define ZR_SEEK 0x02000000 // trying to seek in an unseekable file macro
H A Dunzip.cpp4011 if (!canseek) return ZR_SEEK; in Open()
4451 case ZR_SEEK: msg=_T("Zip-bug: trying to seek the unseekable"); break; in FormatZipMessageU()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/zip/
H A Dzip.cpp2374 { if (!ocanseek) {oerr=ZR_SEEK; return false;} in oseek()
2679 if (!oseek(zfi.off-ooffset)) return ZR_SEEK; in Add()
2681 if (!oseek(writ)) return ZR_SEEK; in Add()
2759 case ZR_SEEK: msg="Zip-bug: trying to seek the unseekable"; break; in FormatZipMessageZ()
H A Dunzip.cpp3788 if (!canseek) return ZR_SEEK; in Open()
4076 case ZR_SEEK: msg=_T("Zip-bug: trying to seek the unseekable"); break; in FormatZipMessageU()