Home
last modified time | relevance | path

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

/external/zlib/
Dgzio.c76 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/
Dgzio.c76 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/
Dgzio.c76 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);