Searched refs:gzopen (Results 1 – 4 of 4) sorted by relevance
1875 # define gzopen gzopen64 macro1893 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
105 # define gzopen z_gzopen macro
130 - Fix bug in 'F' mode for gzopen()145 - Fix bug where gzopen(), gzclose() would write an empty file189 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()298 - Clarify how gzopen() appends in zlib.h comments300 - Add a transparent write mode to gzopen() when 'T' is in the mode519 - Always gzopen() with O_LARGEFILE if available520 - Fix gzdirect() to work immediately after gzopen() or gzdopen()679 - Set extra flags in gzip header in gzopen() like deflate() does957 - Exit the example.c program if gzopen fails [Truta]1027 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE[all …]
2016 if ((cf->out.gzfile = gzopen(cf->path, "wb")) == NULL) { in setup_file()