Searched refs:gz_open (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zlib/
H A Dgzlib.c23 local gzFile gz_open OF((const void *, int, const char *));
94 local gzFile gz_open(path, fd, mode) function
277 return gz_open(path, -1, mode);
285 return gz_open(path, -1, mode);
303 gz = gz_open(path, fd, mode);
314 return gz_open(path, -2, mode);
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c23 local gzFile gz_open OF((const void *, int, const char *));
94 local gzFile gz_open(path, fd, mode) function
277 return gz_open(path, -1, mode);
285 return gz_open(path, -1, mode);
303 gz = gz_open(path, fd, mode);
314 return gz_open(path, -2, mode);
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c185 gzFile gz_open OF((const char *, int, const char *));
191 return gz_open(path, -1, mode);
198 return gz_open(NULL, fd, mode);
201 gzFile gz_open(path, fd, mode) function
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c180 gzFile gz_open OF((const char *, int, const char *));
186 return gz_open(path, -1, mode);
193 return gz_open(NULL, fd, mode);
196 gzFile gz_open(path, fd, mode) function

Completed in 67 milliseconds