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

Function zipCloseFileInZip

common/minizip/zip.c:1750–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1748}
1749
1750extern int ZEXPORT zipCloseFileInZip (zipFile file)
1751{
1752 return zipCloseFileInZipRaw (file,0,0);
1753}
1754
1755int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip)
1756{

Callers 5

mainFunction · 0.85
zip.cFile · 0.85
zipCloseFunction · 0.85
AddFromBufferMethod · 0.85
add_file_from_bufferFunction · 0.85

Calls 1

zipCloseFileInZipRawFunction · 0.85

Tested by

no test coverage detected