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

Function unzOpenCurrentFile

lib/QuaZip/quazip/unzip.c:1658–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1656}
1657
1658extern int ZEXPORT unzOpenCurrentFile (unzFile file)
1659{
1660 return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL);
1661}
1662
1663extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password)
1664{

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected