MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / OpenZipHandle

Function OpenZipHandle

src/Setup/unzip.cpp:4097–4097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4095 han->flag=1; han->unz=unz; return (HZIP)han;
4096}
4097HZIP OpenZipHandle(HANDLE h, const char *password) {return OpenZipInternal((void*)h,0,ZIP_HANDLE,password);}
4098HZIP OpenZip(const TCHAR *fn, const char *password) {return OpenZipInternal((void*)fn,0,ZIP_FILENAME,password);}
4099HZIP OpenZip(void *z,unsigned int len, const char *password) {return OpenZipInternal(z,len,ZIP_MEMORY,password);}
4100

Callers

nothing calls this directly

Calls 1

OpenZipInternalFunction · 0.85

Tested by

no test coverage detected