MCPcopy Create free account
hub / github.com/TASEmulators/fceux / unzOpenCurrentFilePassword

Function unzOpenCurrentFilePassword

src/utils/unzip.cpp:1646–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644}
1645
1646extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password)
1647{
1648 return unzOpenCurrentFile3(file, NULL, NULL, 0, password);
1649}
1650
1651extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw)
1652{

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected