Home
last modified time | relevance | path

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

/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/zip/
H A Dzip.h100 #define ZR_NOALLOC 0x00000300 // failed to allocate some resource macro
H A Dunzip.h112 #define ZR_NOALLOC 0x00000300 // failed to allocate some resource macro
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/windows/
H A DXUnzip.h277 #define ZR_NOALLOC 0x00000300 // failed to allocate some resource macro
H A DXUnzip.cpp4192 case ZR_NOALLOC: msg="Failed to allocate memory"; break; in FormatZipMessageU()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/
H A Dunzip.h166 #define ZR_NOALLOC 0x00000300 // failed to allocate some resource macro
H A Dunzip.cpp4389 case ZR_NOALLOC: msg=_T("Failed to allocate memory"); break; in FormatZipMessageU()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/
H A Dunzip.h176 #define ZR_NOALLOC 0x00000300 // failed to allocate some resource macro
H A Dunzip.cpp4436 case ZR_NOALLOC: msg=_T("Failed to allocate memory"); break; in FormatZipMessageU()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/zip/
H A Dzip.cpp2327 if (hmapout==NULL) return ZR_NOALLOC; in Create()
2329 if (obuf==0) {CloseHandle(hmapout); hmapout=0; return ZR_NOALLOC;} in Create()
2745 case ZR_NOALLOC: msg="Failed to allocate memory"; break; in FormatZipMessageZ()
H A Dunzip.cpp4061 case ZR_NOALLOC: msg=_T("Failed to allocate memory"); break; in FormatZipMessageU()