Lines Matching refs:gzwrite
103 - Avoid some conversion warnings in gzread.c and gzwrite.c
165 - Fix bug in gzwrite.c that produced corrupt gzip files
183 - Loop on write() calls in gzwrite.c in case of non-blocking I/O
214 - Add casts in gzwrite.c for pointer differences
237 - Fix bug in gzclose() when gzwrite() runs out of memory
279 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory
411 - Fix gzwrite.c to accommodate reduced memory zlib compilation
568 - Fix bug in void-returning vsprintf() case in gzwrite.c
586 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
618 - Return zero for gzwrite() errors to match zlib.h description
632 - Avoid void * arithmetic in gzread.c and gzwrite.c
643 - Add checks on len in gzread() and gzwrite()
645 - Remove zlib version check in gzwrite()
1155 - Fix const declaration for gzwrite()