MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / zipOpen64

Function zipOpen64

common/minizip/zip.c:953–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append)
954{
955 return zipOpen3(pathname,append,NULL,NULL);
956}
957
958int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local)
959{

Callers 3

mainFunction · 0.85
CreateNewMethod · 0.85
create_archiveFunction · 0.85

Calls 1

zipOpen3Function · 0.85

Tested by

no test coverage detected