Searched refs:gzwrite (Results 1 – 4 of 4) sorted by relevance
122 # define gzwrite z_gzwrite macro
12 - Avoid some conversion warnings in gzread.c and gzwrite.c74 - Fix bug in gzwrite.c that produced corrupt gzip files92 - Loop on write() calls in gzwrite.c in case of non-blocking I/O123 - Add casts in gzwrite.c for pointer differences146 - Fix bug in gzclose() when gzwrite() runs out of memory188 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory320 - Fix gzwrite.c to accommodate reduced memory zlib compilation477 - Fix bug in void-returning vsprintf() case in gzwrite.c495 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c527 - Return zero for gzwrite() errors to match zlib.h description[all …]
1448 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, voidpc buf, unsigned len));
2041 if (gzwrite(cf.out.gzfile, buf, size) < 1) { in cache_write()