Home
last modified time | relevance | path

Searched refs:gzFile_s (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzcompatibility.h32 struct gzFile_s { struct
H A Dgzguts.h179 struct gzFile_s x; /* "x" for exposed */
/freebsd/sys/contrib/zlib/
H A Dgzguts.h172 struct gzFile_s x; /* "x" for exposed */
H A Dzlib.h1357 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */
1961 struct gzFile_s { struct
/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c190 typedef struct gzFile_s { struct
202 gz = malloc(sizeof(struct gzFile_s)); in gz_open() argument