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

Function gzopen64

extlibs/minizip/src/gzlib.c:294–301  ·  view source on GitHub ↗

-- see zlib.h -- */

(path, mode)

Source from the content-addressed store, hash-verified

292
293/* -- see zlib.h -- */
294gzFile ZEXPORT gzopen64(path, mode)
295 const
296char* path;
297
298const char* mode;
299{
300 return gz_open(path, -1, mode);
301}
302
303/* -- see zlib.h -- */
304gzFile ZEXPORT gzdopen(fd, mode)

Callers

nothing calls this directly

Calls 1

gz_openFunction · 0.85

Tested by

no test coverage detected