Home
last modified time | relevance | path

Searched refs:gzwrite (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dzconf.h122 # define gzwrite z_gzwrite macro
H A DChangeLog12 - Avoid some conversion warnings in gzread.c and gzwrite.c
74 - Fix bug in gzwrite.c that produced corrupt gzip files
92 - Loop on write() calls in gzwrite.c in case of non-blocking I/O
123 - Add casts in gzwrite.c for pointer differences
146 - Fix bug in gzclose() when gzwrite() runs out of memory
188 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
320 - Fix gzwrite.c to accommodate reduced memory zlib compilation
477 - Fix bug in void-returning vsprintf() case in gzwrite.c
495 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
527 - Return zero for gzwrite() errors to match zlib.h description
[all …]
H A Dzlib.h1448 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, voidpc buf, unsigned len));
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2041 if (gzwrite(cf.out.gzfile, buf, size) < 1) { in cache_write()