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

Function zipCloseFileInZipRaw

common/minizip/zip.c:1509–1512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507}
1508
1509extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32)
1510{
1511 return zipCloseFileInZipRaw64 (file, uncompressed_size, crc32);
1512}
1513
1514extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32)
1515{

Callers 1

zipCloseFileInZipFunction · 0.85

Calls 1

zipCloseFileInZipRaw64Function · 0.85

Tested by

no test coverage detected