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

/freebsd-10.0-release/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
/freebsd-10.0-release/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);
/freebsd-10.0-release/sys/net/
H A Dzlib.h906 extern int EXPORT gzwrite OF((gzFile file, const voidp buf, unsigned len));
909 gzwrite returns the number of uncompressed bytes actually written
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/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
/freebsd-10.0-release/sys/kern/
H A Dkern_gzio.c211 gzwrite returns the number of bytes actually written (0 in case of error).
213 int ZEXPORT gzwrite (file, buf, len) function
238 log(LOG_ERR, "gzwrite: vn_rdwr return %d\n", error);
249 "gzwrite: deflate returned error %d\n", s->z_err);
H A Dimgact_elf.c2058 * routine gzwrite(). This copying is necessary because the content of the VM
2060 * in gzwrite(). This is because realtime threads may preempt the UNIX kernel.
2080 len_compressed = gzwrite(file, dest_buf, chunk_len);

Completed in 185 milliseconds