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

/external/zlib/src/
H A Dgzlib.c20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(path, fd, mode) function
266 return gz_open(path, -1, mode);
274 return gz_open(path, -1, mode);
288 gz = gz_open(path, fd, mode);
299 return gz_open(path, -2, mode);
/external/zlib/src/test/
H A Dminigzip.c176 gzFile gz_open OF((const char *, int, const char *));
182 return gz_open(path, -1, mode);
189 return gz_open(NULL, fd, mode);
192 gzFile gz_open(path, fd, mode) function
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c76 local gzFile gz_open OF((const char *path, const char *mode, int fd));
88 gz_open returns NULL if the file could not be opened or if there was
93 local gzFile gz_open (path, mode, fd) function
212 return gz_open (path, mode, -1);
228 return gz_open (name, mode, fd);

Completed in 1310 milliseconds