Lines Matching refs:gzopen
20 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
129 - Clarify how gzopen() appends in zlib.h comments
131 - Add a transparent write mode to gzopen() when 'T' is in the mode
350 - Always gzopen() with O_LARGEFILE if available
351 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
510 - Set extra flags in gzip header in gzopen() like deflate() does
788 - Exit the example.c program if gzopen fails [Truta]
858 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
897 - Fix bug in gzopen() on single-byte file 0x1f
1065 - avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn)
1270 - allow "a" as mode in gzopen.
1300 - allow a compression level in gzopen()