Searched refs:gz_open (Results 1 – 3 of 3) sorted by relevance
/external/zlib/ |
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);
|
/external/webkit/WebCore/platform/image-decoders/zlib/ |
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);
|
/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);
|