Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/zlib/
Dgzlib.c20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(path, fd, mode) in gz_open() function
274 return gz_open(path, -1, mode);
282 return gz_open(path, -1, mode);
300 gz = gz_open(path, fd, mode);
311 return gz_open(path, -2, mode);
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
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]
/external/zlib/src/
Dgzlib.c20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(path, fd, mode) in gz_open() function
274 return gz_open(path, -1, mode);
282 return gz_open(path, -1, mode);
300 gz = gz_open(path, fd, mode);
311 return gz_open(path, -2, mode);
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]
/external/zlib/src/test/
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