Searched refs:gzwrite (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dzopen.c23 return gzwrite(cookie, (void*)data, size);
H A DSymbol.map67 gzwrite;
H A DMakefile28 SRCS+= gzwrite.c
H A Dgzwrite.c0 /* gzwrite.c -- zlib functions for writing gzip files
168 int ZEXPORT gzwrite(file, buf, len) function
290 if (gzwrite(file, buf, 1) != 1)
305 ret = gzwrite(file, str, len);
H A Dzconf.h92 # define gzwrite z_gzwrite macro
H A Dzlib.h1341 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1345 gzwrite returns the number of uncompressed bytes written or 0 in case of
1419 gzip stream is completed in the output. If gzwrite() is called again, a new
1431 Sets the starting position for the next gzread or gzwrite on the given
1457 Returns the starting position for the next gzread or gzwrite on the given
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c234 int gzwrite OF((gzFile, const void *, unsigned));
236 int gzwrite(gz, buf, len) function
384 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
416 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h1116 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1120 gzwrite returns the number of uncompressed bytes actually written
1188 Sets the starting position for the next gzread or gzwrite on the
1212 Returns the starting position for the next gzread or gzwrite on the
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2004 if (gzwrite(cf.out.gzfile, buf, size) < 1) {

Completed in 95 milliseconds