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

Function unzOpenCurrentFile2

extlibs/minizip/src/unzip.c:1646–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644}
1645
1646extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw)
1647{
1648 return unzOpenCurrentFile3(file, method, level, raw, NULL);
1649}
1650
1651/** Addition for GDAL : START */
1652

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected