Lines Matching refs:gzFile
623 static gzFile
626 gzFile fd;
717 typedef gzFile (* xmlWrapGzOpenFunc) (const char *f, const char *mode);
1159 gzFile fd;
1232 gzFile fd;
1281 ret = gzread((gzFile) context, &buffer[0], len);
1301 ret = gzwrite((gzFile) context, (char *) &buffer[0], len);
1317 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1;