Searched refs:gzopen (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | minigzip.c | 178 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");
|
D | zlib.h | 1709 # define gzopen gzopen64 macro 1725 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
D | example.c | 127 file = gzopen(fname, "wb"); 144 file = gzopen(fname, "rb");
|
D | zconf.h | 75 # define gzopen z_gzopen macro
|
D | ChangeLog | 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 [all …]
|
D | gzlib.c | 268 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | minigzip.c | 209 out = gzopen(outfile, mode); 243 in = gzopen(infile, "rb");
|
D | example.c | 98 file = gzopen(fname, "wb"); 115 file = gzopen(fname, "rb");
|
D | zlib.h | 1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
|
D | ChangeLog | 234 - 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()
|
D | gzio.c | 208 gzFile ZEXPORT gzopen (path, mode) in gzopen() function
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zlib.h | 1856 # define gzopen gzopen64 macro 1872 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
D | zconf.h | 82 # define gzopen z_gzopen macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tarfile.py | 1706 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): member in TarFile 2541 self.tarfile = TarFile.gzopen(file, mode)
|