MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / zipCloseFileInZip

Function zipCloseFileInZip

lib/QuaZip/quazip/zip.c:1816–1819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1814}
1815
1816extern int ZEXPORT zipCloseFileInZip (zipFile file)
1817{
1818 return zipCloseFileInZipRaw (file,0,0);
1819}
1820
1821int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip)
1822{

Callers 3

closeMethod · 0.85
zip.cFile · 0.85
zipCloseFunction · 0.85

Calls 1

zipCloseFileInZipRawFunction · 0.85

Tested by

no test coverage detected