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

Function gzopen

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

-- see zlib.h -- */

(path, mode)

Source from the content-addressed store, hash-verified

271
272/* -- see zlib.h -- */
273gzFile ZEXPORT gzopen(path, mode)
274 const char *path;
275 const char *mode;
276{
277 return gz_open(path, -1, mode);
278}
279
280/* -- see zlib.h -- */
281gzFile ZEXPORT gzopen64(path, mode)

Callers

nothing calls this directly

Calls 1

gz_openFunction · 0.70

Tested by

no test coverage detected