Lines Matching refs:gzopen
17 - Fix bug when gzungetc() is used immediately after gzopen()
170 - Fix bug in 'F' mode for gzopen()
185 - Fix bug where gzopen(), gzclose() would write an empty file
229 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
338 - Clarify how gzopen() appends in zlib.h comments
340 - Add a transparent write mode to gzopen() when 'T' is in the mode
559 - Always gzopen() with O_LARGEFILE if available
560 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
719 - Set extra flags in gzip header in gzopen() like deflate() does
997 - Exit the example.c program if gzopen fails [Truta]
1067 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
1106 - Fix bug in gzopen() on single-byte file 0x1f
1274 - avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn)
1479 - allow "a" as mode in gzopen
1509 - allow a compression level in gzopen()