gzFile 76 other-licenses/zlib/gzio.c local gzFile gz_open OF((const char *path, const char *mode, int fd)); gzFile 93 other-licenses/zlib/gzio.c local gzFile gz_open (path, mode, fd) gzFile 129 other-licenses/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; gzFile 149 other-licenses/zlib/gzio.c if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL; gzFile 162 other-licenses/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; gzFile 175 other-licenses/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; gzFile 184 other-licenses/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; gzFile 202 other-licenses/zlib/gzio.c return (gzFile)s; gzFile 208 other-licenses/zlib/gzio.c gzFile ZEXPORT gzopen (path, mode) gzFile 219 other-licenses/zlib/gzio.c gzFile ZEXPORT gzdopen (fd, mode) gzFile 225 other-licenses/zlib/gzio.c if (fd < 0) return (gzFile)Z_NULL; gzFile 1068 other-licenses/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); gzFile 1085 other-licenses/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); gzFile 1098 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); gzFile 1106 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); gzFile 1114 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzwrite OF((gzFile file, gzFile 1122 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); gzFile 1135 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); gzFile 1142 other-licenses/zlib/zlib.h ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); gzFile 1151 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); gzFile 1157 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); gzFile 1163 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); gzFile 1173 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); gzFile 1183 other-licenses/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file, gzFile 1201 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); gzFile 1208 other-licenses/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file)); gzFile 1217 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzeof OF((gzFile file)); gzFile 1223 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); gzFile 1229 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT gzclose OF((gzFile file)); gzFile 1236 other-licenses/zlib/zlib.h ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum)); gzFile 1245 other-licenses/zlib/zlib.h ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));