Home
last modified time | relevance | path

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

12

/external/jsoncpp/devtools/
Dtarball.py32 tar = tarfile.TarFile.gzopen( tarball_path, 'w', compresslevel=compression )
49 tar = tarfile.TarFile.gzopen(tarball_path, mode='r')
/external/zlib/contrib/minigzip/
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");
/external/python/cpython2/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.h1856 # define gzopen gzopen64 macro
1872 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
Dexample.c127 file = gzopen(fname, "wb");
144 file = gzopen(fname, "rb");
Dzconf.h82 # define gzopen z_gzopen macro
DChangeLog67 - Fix bug in 'F' mode for gzopen()
82 - Fix bug where gzopen(), gzclose() would write an empty file
126 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
235 - Clarify how gzopen() appends in zlib.h comments
237 - Add a transparent write mode to gzopen() when 'T' is in the mode
456 - Always gzopen() with O_LARGEFILE if available
457 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
616 - Set extra flags in gzip header in gzopen() like deflate() does
894 - Exit the example.c program if gzopen fails [Truta]
964 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
[all …]
Dgzlib.c270 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
Dzconf.h.cmakein84 # define gzopen z_gzopen
Dzconf.h.in82 # define gzopen z_gzopen macro
/external/oss-fuzz/projects/zlib/
Dminigzip_fuzzer.c96 gzFile gzopen(const char *, const char *);
100 gzFile gzopen(const char *path, const char *mode) in gzopen() function
388 out = gzopen(outfile, mode); in file_compress()
426 in = gzopen(infile, "rb"); in file_uncompress()
/external/libxml2/os400/
Dwrappers.h65 #define gzopen _lx_gzopen macro
Dwrappers.c123 f = gzopen(xmlTranscodeResult(path, NULL, &d, NULL), in _lx_gzopen()
/external/v8/third_party/zlib/
Dzlib.h1861 # ifdef gzopen
1862 # undef gzopen
1864 # define gzopen gzopen64 macro
1895 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
Dchromeconf.h92 #define gzopen Cr_z_gzopen macro
Dzconf.h94 # define gzopen z_gzopen macro
Dgzlib.c270 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/external/zlib/
Dzlib.h1861 # ifdef gzopen
1862 # undef gzopen
1864 # define gzopen gzopen64 macro
1895 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
Dlibz.map.txt130 gzopen;
Dchromeconf.h92 #define gzopen Cr_z_gzopen macro
Dzconf.h98 # define gzopen z_gzopen macro
Dgzlib.c270 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/external/zlib/patches/
D0000-build.patch196 +# ifdef gzopen
197 +# undef gzopen
199 # define gzopen gzopen64
/external/v8/third_party/zlib/patches/
D0000-build.patch196 +# ifdef gzopen
197 +# undef gzopen
199 # define gzopen gzopen64
/external/libxml2/
DxmlIO.c607 fd = gzopen (path, mode); in xmlWrapGzOpenUtf8()
1107 fd = gzopen(path, "rb"); in xmlGzfileOpen_real()
1184 fd = gzopen(path, mode); in xmlGzfileOpenW()

12