Home
last modified time | relevance | path

Searched defs:gzopen (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c273 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/freebsd/sys/contrib/zlib/
H A Dgzlib.c262 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
H A Dzlib.h1883 # define gzopen gzopen64 macro
H A Dzconf.h96 # define gzopen z_gzopen macro
H A Dzconf.h.in85 # define gzopen z_gzopen macro
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c187 gzFile gzopen(path, mode) in gzopen() function
/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c204 static gzFile gzopen(const char *path, const char *mode) { in gzopen() function