Home
last modified time | relevance | path

Searched refs:gz_open (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dgzlib.c23 local gzFile gz_open OF((const void *, int, const char *));
94 local gzFile gz_open(path, fd, mode) in gz_open() 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);
H A DChangeLog316 - Check for NULL path in gz_open [Homurlu]
357 - Fix memory leak on error in gz_open()
411 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
460 - Catch memory allocation failure in gz_open()
542 - Correct error return bug in gz_open() by setting state [Brown]
/f-stack/freebsd/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) in gz_open() 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);
/f-stack/freebsd/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) in gz_open() function
/f-stack/freebsd/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) in gz_open() function