MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / unzOpenCurrentFilePassword

Function unzOpenCurrentFilePassword

unzip/src/unzip.c:1201–1206  ·  view source on GitHub ↗
(file, password)

Source from the content-addressed store, hash-verified

1199}
1200
1201extern int ZEXPORT unzOpenCurrentFilePassword (file, password)
1202 unzFile file;
1203 const char* password;
1204{
1205 return unzOpenCurrentFile3(file, NULL, NULL, 0, password);
1206}
1207
1208extern int ZEXPORT unzOpenCurrentFile2 (file,method,level,raw)
1209 unzFile file;

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected