Searched defs:gz (Results 1 – 3 of 3) sorted by relevance
171 gzFile gz; in gz_open() local212 static int gzwrite(gzFile gz, const void *buf, unsigned len) { in gzwrite()230 static int gzread(gzFile gz, void *buf, unsigned len) { in gzread()261 static int gzclose(gzFile gz) { in gzclose()286 static const char *gzerror(gzFile gz, int *err) { in gzerror()
275 gzFile gz; in gzdopen() local
441 gzFile gz; in read_whole_file() local