Home
last modified time | relevance | path

Searched refs:gzopen (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/reactos/libs/zlib/
H A Dzlib.h1875 # define gzopen gzopen64 macro
1893 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
H A Dzconf.h85 # define gzopen z_gzopen macro
/reactos/sdk/lib/3rdparty/zlib/
H A DChangeLog142 - Fix bug in 'F' mode for gzopen()
157 - Fix bug where gzopen(), gzclose() would write an empty file
201 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
310 - Clarify how gzopen() appends in zlib.h comments
531 - Always gzopen() with O_LARGEFILE if available
532 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
969 - Exit the example.c program if gzopen fails [Truta]
1039 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
1078 - Fix bug in gzopen() on single-byte file 0x1f
1451 - allow "a" as mode in gzopen
[all …]
H A Dgzlib.c272 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c628 fd = gzopen (path, mode); in xmlWrapGzOpenUtf8()
1128 fd = gzopen(path, "rb"); in xmlGzfileOpen_real()
1205 fd = gzopen(path, mode); in xmlGzfileOpenW()