MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / zipOpen64

Function zipOpen64

extlibs/minizip/src/zip.c:940–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940extern zipFile ZEXPORT zipOpen64(const void* pathname, int append)
941{
942 return zipOpen3(pathname, append,NULL,NULL);
943}
944
945int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local)
946{

Callers 1

openMethod · 0.85

Calls 1

zipOpen3Function · 0.85

Tested by

no test coverage detected