HomeSort by: relevance | last modified time | path
    Searched refs:gzFile_s (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/
gzguts.h 172 struct gzFile_s x; /* "x" for exposed */
zlib.h 1307 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */
1841 struct gzFile_s {
  /src/common/dist/zlib/test/
minigzip.c 162 typedef struct gzFile_s {
174 gz = malloc(sizeof(struct gzFile_s));

Completed in 14 milliseconds