Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dgzlib.c290 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
H A Dzlib.h2002 # define gzopen gzopen64 macro
H A Dzconf.h.in90 # define gzopen z_gzopen macro
H A Dzconf.h109 # define gzopen z_gzopen macro
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c265 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c185 gzFile gzopen(path, mode) in gzopen() function
/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c232 static gzFile gzopen(const char *path, const char *mode) { in gzopen() function