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

/illumos-gate/usr/src/boot/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.c41 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
/illumos-gate/usr/src/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...]
/illumos-gate/usr/src/boot/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;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h1046 typedef voidp gzFile; typedef
1048 /* ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); */
1062 /* ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); */
1064 * gzdopen() associates a gzFile with the file descriptor fd. File
1069 * The next call of gzclose on the returned gzFile will also close the
1078 /* ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); */
1089 * ZEXTERN int ZEXPORT gzwrite OF((gzFile file, const voidp buf,
1098 /* ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); */
1109 /* ZEXTERN int ZEXPORT gzclose OF((gzFile file)); */
1116 /* ZEXTERN const char * ZEXPORT gzerror OF((gzFile fil
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c612 gzFile gz;
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1943 gzFile gzfile;

Completed in 105 milliseconds