Searched refs:gz_open (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/zlib/ |
D | gzlib.c | 20 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);
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | gzlib.c | 20 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);
|
/third_party/skia/third_party/externals/zlib/ |
D | gzlib.c | 20 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);
|
/third_party/zlib/ |
D | gzlib.c | 20 local gzFile gz_open OF((const void *, int, const char *)); 93 local gzFile gz_open(path, fd, mode) in gz_open() function 276 return gz_open(path, -1, mode); 284 return gz_open(path, -1, mode); 302 gz = gz_open(path, fd, mode); 313 return gz_open(path, -2, mode);
|
D | ChangeLog | 379 - Check for NULL path in gz_open [Homurlu] 420 - Fix memory leak on error in gz_open() 474 - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open() 523 - Catch memory allocation failure in gz_open() 605 - Correct error return bug in gz_open() by setting state [Brown]
|
/third_party/libwebsockets/win32port/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);
|
/third_party/zlib/test/ |
D | minigzip.c | 180 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
|