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

Function unzOpenCurrentFilePassword

lib/QuaZip/quazip/unzip.c:1663–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661}
1662
1663extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password)
1664{
1665 return unzOpenCurrentFile3(file, NULL, NULL, 0, password);
1666}
1667
1668extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw)
1669{

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected