HomeSort by: relevance | last modified time | path
    Searched defs:gz_open (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
gzlib.c 85 local gzFile gz_open(const void *path, int fd, const char *mode) { function in typeref:typename:local gzFile
261 return gz_open(path, -1, mode);
266 return gz_open(path, -1, mode);
281 gz = gz_open(path, fd, mode);
289 return gz_open(path, -2, mode);
  /src/common/dist/zlib/test/
minigzip.c 170 static gzFile gz_open(const char *path, int fd, const char *mode) { function in typeref:typename:gzFile
205 return gz_open(path, -1, mode);
209 return gz_open(NULL, fd, mode);

Completed in 23 milliseconds