Home | History | Annotate | Download | only in src

Lines Matching full:gzopen

24 - Fix bug in 'F' mode for gzopen()
39 - Fix bug where gzopen(), gzclose() would write an empty file
83 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
192 - Clarify how gzopen() appends in zlib.h comments
194 - Add a transparent write mode to gzopen() when 'T' is in the mode
413 - Always gzopen() with O_LARGEFILE if available
414 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
573 - Set extra flags in gzip header in gzopen() like deflate() does
851 - Exit the example.c program if gzopen fails [Truta]
921 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
960 - Fix bug in gzopen() on single-byte file 0x1f
1128 - avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn)
1333 - allow "a" as mode in gzopen.
1363 - allow a compression level in gzopen()