MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / unzOpenCurrentFile2

Function unzOpenCurrentFile2

common/minizip/unzip.c:1651–1654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1649}
1650
1651extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw)
1652{
1653 return unzOpenCurrentFile3(file, method, level, raw, NULL);
1654}
1655
1656/** Addition for GDAL : START */
1657

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected