MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / unzOpenCurrentFile

Function unzOpenCurrentFile

extlibs/minizip/src/unzip.c:1636–1639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1634}
1635
1636extern int ZEXPORT unzOpenCurrentFile(unzFile file)
1637{
1638 return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL);
1639}
1640
1641extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* password)
1642{

Callers 1

openEntryMethod · 0.85

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected