MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gzopen64

Function gzopen64

freebsd/contrib/zstd/zlibWrapper/gzlib.c:281–286  ·  view source on GitHub ↗

-- see zlib.h -- */

(path, mode)

Source from the content-addressed store, hash-verified

279
280/* -- see zlib.h -- */
281gzFile ZEXPORT gzopen64(path, mode)
282 const char *path;
283 const char *mode;
284{
285 return gz_open(path, -1, mode);
286}
287
288/* -- see zlib.h -- */
289gzFile ZEXPORT gzdopen(fd, mode)

Callers

nothing calls this directly

Calls 1

gz_openFunction · 0.70

Tested by

no test coverage detected