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

Function zipCloseFileInZip

extlibs/minizip/src/zip.c:1735–1738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1733}
1734
1735extern int ZEXPORT zipCloseFileInZip(zipFile file)
1736{
1737 return zipCloseFileInZipRaw(file, 0, 0);
1738}
1739
1740int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip)
1741{

Callers 3

closeEntryMethod · 0.85
zip.cFile · 0.85
zipCloseFunction · 0.85

Calls 1

zipCloseFileInZipRawFunction · 0.85

Tested by

no test coverage detected