Lines Matching refs:gzFile
239 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) {
264 gzFile file) {
289 int ZEXPORT gzputc(gzFile file, int c) {
334 int ZEXPORT gzputs(gzFile file, const char *s) {
361 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) {
432 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) {
445 int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3,
530 int ZEXPORT gzflush(gzFile file, int flush) {
559 int ZEXPORT gzsetparams(gzFile file, int level, int strategy) {
597 int ZEXPORT gzclose_w(gzFile file) {