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

Function zipCloseFileInZipRaw

extlibs/minizip/src/zip.c:1495–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1493}
1494
1495extern int ZEXPORT zipCloseFileInZipRaw(zipFile file, uLong uncompressed_size, uLong crc32)
1496{
1497 return zipCloseFileInZipRaw64(file, uncompressed_size, crc32);
1498}
1499
1500extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompressed_size, uLong crc32)
1501{

Callers 1

zipCloseFileInZipFunction · 0.85

Calls 1

zipCloseFileInZipRaw64Function · 0.85

Tested by

no test coverage detected