Searched refs:gz_open (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A 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/ |
H A 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/node/deps/zlib/ |
H A D | gzlib.c | 88 local gzFile gz_open(const void *path, int fd, const char *mode) { in gz_open() function 264 return gz_open(path, -1, mode); in gzopen() 269 return gz_open(path, -1, mode); in gzopen64() 284 gz = gz_open(path, fd, mode); in gzdopen() 292 return gz_open(path, -2, mode); in gzopen_w()
|
/third_party/libwebsockets/win32port/zlib/ |
H A 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/ |
H A D | gzlib.c | 88 local gzFile gz_open(const void *path, int fd, const char *mode) in gz_open() function 266 return gz_open(path, -1, mode); in gzopen() 272 return gz_open(path, -1, mode); in gzopen64() 288 gz = gz_open(path, fd, mode); in gzdopen() 297 return gz_open(path, -2, mode); in gzopen_w()
|
/third_party/zlib/test/ |
H A D | minigzip.c | 172 static gzFile gz_open(const char *path, int fd, const char *mode) in gz_open() function 209 return gz_open(path, -1, mode); in gzopen() 214 return gz_open(NULL, fd, mode); in gzdopen()
|
Completed in 7 milliseconds