Lines Matching refs:gzwrite
12 - 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
541 - Avoid void * arithmetic in gzread.c and gzwrite.c
552 - Add checks on len in gzread() and gzwrite()
554 - Remove zlib version check in gzwrite()
1064 - Fix const declaration for gzwrite()