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

  /external/zlib/
gzlib.c 16 local gzFile gz_open OF((const char *, int, const char *));
87 local gzFile gz_open(path, fd, mode) function
200 return gz_open(path, -1, mode);
208 return gz_open(path, -1, mode);
222 gz = gz_open(path, fd, mode);
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);
  /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 79 milliseconds