HomeSort by relevance Sort by last modified time
    Searched refs:gz_open (Results 1 - 4 of 4) sorted by null

  /external/zlib/src/
gzlib.c 20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(path, fd, mode) function
272 return gz_open(path, -1, mode);
280 return gz_open(path, -1, mode);
298 gz = gz_open(path, fd, mode);
309 return gz_open(path, -2, mode);
  /external/chromium_org/third_party/zlib/
gzlib.c 18 local gzFile gz_open OF((const char *, int, const char *));
89 local gzFile gz_open(path, fd, mode) function
202 return gz_open(path, -1, mode);
210 return gz_open(path, -1, mode);
224 gz = gz_open(path, fd, mode);
  /external/zlib/src/test/
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) function
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 76 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 98 milliseconds