Lines Matching refs:gzwrite
55 - Avoid some conversion warnings in gzread.c and gzwrite.c
117 - Fix bug in gzwrite.c that produced corrupt gzip files
135 - Loop on write() calls in gzwrite.c in case of non-blocking I/O
166 - Add casts in gzwrite.c for pointer differences
189 - Fix bug in gzclose() when gzwrite() runs out of memory
231 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
363 - Fix gzwrite.c to accommodate reduced memory zlib compilation
520 - Fix bug in void-returning vsprintf() case in gzwrite.c
538 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
570 - Return zero for gzwrite() errors to match zlib.h description
584 - Avoid void * arithmetic in gzread.c and gzwrite.c
595 - Add checks on len in gzread() and gzwrite()
597 - Remove zlib version check in gzwrite()
1107 - Fix const declaration for gzwrite()