Searched refs:gzFile (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/
H A Dzlib.h1066 typedef voidp gzFile; typedef
1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1085 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1087 gzdopen() associates a gzFile with the file descriptor fd. File
1091 The next call of gzclose on the returned gzFile will also close the
1098 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1106 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1114 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1122 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1135 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]
/barrelfish-master/lib/zlib/
H A Dgzio.c76 local gzFile gz_open OF((const char *path, const char *mode, int fd));
77 local int do_flush OF((gzFile file, int flush));
93 local gzFile gz_open (path, mode, fd)
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
162 return destroy(s), (gzFile)Z_NULL;
175 return destroy(s), (gzFile)Z_NULL;
184 return destroy(s), (gzFile)Z_NULL;
202 return (gzFile)s;
208 gzFile ZEXPOR
[all...]

Completed in 47 milliseconds