Lines Matching refs:gzwrite
52 - Avoid some conversion warnings in gzread.c and gzwrite.c
114 - Fix bug in gzwrite.c that produced corrupt gzip files
132 - Loop on write() calls in gzwrite.c in case of non-blocking I/O
163 - Add casts in gzwrite.c for pointer differences
186 - Fix bug in gzclose() when gzwrite() runs out of memory
228 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
360 - Fix gzwrite.c to accommodate reduced memory zlib compilation
517 - Fix bug in void-returning vsprintf() case in gzwrite.c
535 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
567 - Return zero for gzwrite() errors to match zlib.h description
581 - Avoid void * arithmetic in gzread.c and gzwrite.c
592 - Add checks on len in gzread() and gzwrite()
594 - Remove zlib version check in gzwrite()
1104 - Fix const declaration for gzwrite()