Searched refs:gzFile (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A Dzlib.h1224 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1227 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1258 insufficient memory to allocate the gzFile state, or if an invalid mode was
1264 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1266 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1270 The next call of gzclose on the returned gzFile will also close the file
1281 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1287 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1304 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1313 ZEXTERN int ZEXPORT gzread OF((gzFile fil
[all...]
H A Dgzclose.c12 gzFile file;
H A Dgzlib.c23 local gzFile gz_open OF((const void *, int, const char *));
94 local gzFile gz_open(path, fd, mode)
113 /* allocate gzFile structure to return */
267 return (gzFile)state;
271 gzFile ZEXPORT gzopen(path, mode)
279 gzFile ZEXPORT gzopen64(path, mode)
287 gzFile ZEXPORT gzdopen(fd, mode)
292 gzFile gz;
308 gzFile ZEXPORT gzopen_w(path, mode)
318 gzFile fil
[all...]
H A Dgzguts.h132 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
133 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
134 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
135 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
H A Dzopen.c35 gzFile gz = gzopen(fname, mode);
H A Dgzread.c292 gzFile file;
391 gzFile file;
420 gzFile file;
428 gzFile file;
487 gzFile file;
551 gzFile file;
571 gzFile file;
H A Dgzwrite.c169 gzFile file;
249 gzFile file;
297 gzFile file;
313 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va)
375 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...)
391 gzFile file;
469 gzFile file;
501 gzFile file;
543 gzFile file;
H A Dzconf.h134 # define gzFile z_gzFile macro
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h1068 typedef voidp gzFile; typedef
1070 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1087 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1089 gzdopen() associates a gzFile with the file descriptor fd. File
1093 The next call of gzclose on the returned gzFile will also close the
1100 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1108 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1116 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1124 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1137 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]
/freebsd-10.0-release/lib/libz/test/
H A Dminigzip.c176 } *gzFile; typedef in typeref:struct:gzFile_s
178 gzFile gzopen OF((const char *, const char *));
179 gzFile gzdopen OF((int, const char *));
180 gzFile gz_open OF((const char *, int, const char *));
182 gzFile gzopen(path, mode)
189 gzFile gzdopen(fd, mode)
196 gzFile gz_open(path, fd, mode)
201 gzFile gz;
234 int gzwrite OF((gzFile, const void *, unsigned));
237 gzFile g
[all...]
H A Dexample.c124 gzFile file;
/freebsd-10.0-release/sys/net/
H A Dzlib.h871 typedef voidp gzFile; typedef
873 extern gzFile EXPORT gzopen OF((const char *path, const char *mode));
885 extern gzFile EXPORT gzdopen OF((int fd, const char *mode));
887 gzdopen() associates a gzFile with the file descriptor fd. File
891 The next call of gzclose on the returned gzFile will also close the
898 extern int EXPORT gzread OF((gzFile file, voidp buf, unsigned len));
906 extern int EXPORT gzwrite OF((gzFile file, const voidp buf, unsigned len));
913 extern int EXPORT gzflush OF((gzFile file, int flush));
923 extern int EXPORT gzclose OF((gzFile file));
930 extern const char * EXPORT gzerror OF((gzFile fil
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_gzio.c73 local int do_flush OF((gzFile file, int flush));
88 gzFile gz_open (path, mode, vp)
126 return destroy(s), (gzFile)Z_NULL;
147 return destroy(s), (gzFile)Z_NULL;
156 return destroy(s), (gzFile)Z_NULL;
172 return destroy(s), (gzFile)Z_NULL;
177 return (gzFile)s;
214 gzFile file;
266 gzFile file;
319 gzFile fil
[all...]
H A Dimgact_elf.c108 static int compress_core(gzFile, char *, char *, unsigned int,
1061 int, void *, size_t, struct note_info_list *, size_t, gzFile);
1093 struct thread *td, char *core_buf, gzFile gzfile) {
1118 gzFile gzfile;
1186 gzFile gzfile = Z_NULL;
1410 size_t notesz, gzFile gzfile)
2065 compress_core (gzFile file, char *inbuf, char *dest_buf, unsigned int len,
/freebsd-10.0-release/usr.bin/grep/
H A Dfile.c65 static gzFile gzbufdesc;
/freebsd-10.0-release/usr.bin/makewhatis/
H A Dmakewhatis.c696 gzFile in;
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgrep.c256 static gzFile gzbufdesc; /* zlib file descriptor. */

Completed in 200 milliseconds