MCPcopy Create free account
hub / github.com/9miao/CrossApp / unzOpenCurrentFile

Function unzOpenCurrentFile

CrossApp/support/zip_support/unzip.cpp:1675–1678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1673}
1674
1675int ZEXPORT unzOpenCurrentFile (unzFile file)
1676{
1677 return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL);
1678}
1679
1680int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password)
1681{

Callers 3

getFileDataFromZipMethod · 0.85
getFileDataMethod · 0.85
uncompressMethod · 0.85

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected