Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dminigzip.c178 gzFile gzopen OF((const char *, const char *));
182 gzFile gzopen(path, mode) in gzopen() function
482 out = gzopen(outfile, mode);
529 in = gzopen(infile, "rb");
623 file = gzopen(*argv, "rb");
Dzlib.h1709 # define gzopen gzopen64 macro
1725 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
Dexample.c127 file = gzopen(fname, "wb");
144 file = gzopen(fname, "rb");
Dzconf.h75 # define gzopen z_gzopen macro
DChangeLog24 - 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
[all …]
Dgzlib.c268 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dminigzip.c209 out = gzopen(outfile, mode);
243 in = gzopen(infile, "rb");
Dexample.c98 file = gzopen(fname, "wb");
115 file = gzopen(fname, "rb");
Dzlib.h1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
DChangeLog234 - Exit the example.c program if gzopen fails [Truta]
304 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
343 - Fix bug in gzopen() on single-byte file 0x1f
511 - avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn)
716 - allow "a" as mode in gzopen.
746 - allow a compression level in gzopen()
Dgzio.c208 gzFile ZEXPORT gzopen (path, mode) in gzopen() function
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzlib.h1856 # define gzopen gzopen64 macro
1872 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
Dzconf.h82 # define gzopen z_gzopen macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1706 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): member in TarFile
2541 self.tarfile = TarFile.gzopen(file, mode)