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

/freebsd-13-stable/lib/libz/
H A Dzopen.c24 return gzwrite(cookie, (void*)data, size);
H A DMakefile34 SRCS+= gzwrite.c
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c239 int gzwrite OF((gzFile, const void *, unsigned));
241 int gzwrite(gz, buf, len) function
389 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
421 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
/freebsd-13-stable/sys/contrib/zlib/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-13-stable/sys/contrib/zstd/zlibWrapper/
H A DMakefile16 GZFILES = gzclose.o gzlib.o gzread.o gzwrite.o
H A Dgzwrite.c0 /* gzwrite.c contains minimal changes required to be compiled with zlibWrapper:
4 /* gzwrite.c -- zlib functions for writing gzip files
251 int ZEXPORT gzwrite(file, buf, len) function
/freebsd-13-stable/sys/contrib/zlib/
H A Dzconf.h105 # define gzwrite z_gzwrite macro
H A Dgzwrite.c0 /* gzwrite.c -- zlib functions for writing gzip files
249 int ZEXPORT gzwrite(file, buf, len) function
H A Dzlib.h1450 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1454 gzwrite returns the number of uncompressed bytes written or 0 in case of
1542 gzip stream is completed in the output. If gzwrite() is called again, a new
1554 Sets the starting position for the next gzread or gzwrite on the given
1580 Returns the starting position for the next gzread or gzwrite on the given
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c212 rc = gzwrite(fp, buf + bytes, size);

Completed in 107 milliseconds