Searched refs:gzFile (Results 1 - 4 of 4) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | zlib.h | 657 typedef voidp gzFile; typedef 659 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); 675 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 677 gzdopen() associates a gzFile with the file descriptor fd. File 681 The next call of gzclose on the returned gzFile will also close the 688 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 696 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 704 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 712 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); 719 ZEXTERN int ZEXPORT gzputs OF((gzFile fil [all...] |
H A D | minigzip.c | 77 void gz_compress OF((FILE *in, gzFile out)); 79 int gz_compress_mmap OF((FILE *in, gzFile out)); 81 void gz_uncompress OF((gzFile in, FILE *out)); 102 gzFile out; 135 gzFile out; 169 gzFile in; 201 gzFile out; 231 gzFile in; 275 gzFile file;
|
H A D | gzio.c | 55 local gzFile gz_open OF((const char *path, const char *mode, int fd)); 56 local int do_flush OF((gzFile file, int flush)); 72 local gzFile gz_open (path, mode, fd) 105 return destroy(s), (gzFile)Z_NULL; 123 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL; 136 return destroy(s), (gzFile)Z_NULL; 149 return destroy(s), (gzFile)Z_NULL; 158 return destroy(s), (gzFile)Z_NULL; 176 return (gzFile)s; 182 gzFile ZEXPOR [all...] |
H A D | example.c | 94 gzFile file;
|
Completed in 659 milliseconds