MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / unzOpenCurrentFile2

Function unzOpenCurrentFile2

lib/QuaZip/quazip/unzip.c:1668–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666}
1667
1668extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw)
1669{
1670 return unzOpenCurrentFile3(file, method, level, raw, NULL);
1671}
1672
1673/** Addition for GDAL : START */
1674

Callers

nothing calls this directly

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected