Searched refs:gz_open (Results 1 – 4 of 4) sorted by relevance
/external/zlib/ |
D | gzlib.c | 16 local gzFile gz_open OF((const char *, int, const char *)); 87 local gzFile gz_open(path, fd, mode) in gz_open() function 200 return gz_open(path, -1, mode); 208 return gz_open(path, -1, mode); 222 gz = gz_open(path, fd, mode);
|
D | gzio.c | 76 local gzFile gz_open OF((const char *path, const char *mode, int fd)); 93 local gzFile gz_open (path, mode, fd) in gz_open() function 212 return gz_open (path, mode, -1); 228 return gz_open (name, mode, fd);
|
D | ChangeLog | 50 - Fix memory leak on error in gz_open() 104 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open() 153 - Catch memory allocation failure in gz_open() 235 - Correct error return bug in gz_open() by setting state [Brown]
|
/external/qemu/distrib/zlib-1.2.3/ |
D | gzio.c | 76 local gzFile gz_open OF((const char *path, const char *mode, int fd)); 93 local gzFile gz_open (path, mode, fd) in gz_open() function 212 return gz_open (path, mode, -1); 228 return gz_open (name, mode, fd);
|