/external/jsoncpp/devtools/ |
D | tarball.py | 32 tar = tarfile.TarFile.gzopen( tarball_path, 'w', compresslevel=compression ) 49 tar = tarfile.TarFile.gzopen(tarball_path, mode='r')
|
/external/zlib/contrib/minigzip/ |
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");
|
/external/python/cpython2/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 | 1856 # define gzopen gzopen64 macro 1872 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 | 82 # define gzopen z_gzopen macro
|
D | ChangeLog | 67 - 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 …]
|
D | gzlib.c | 270 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
|
D | zconf.h.cmakein | 84 # define gzopen z_gzopen
|
D | zconf.h.in | 82 # define gzopen z_gzopen macro
|
/external/oss-fuzz/projects/zlib/ |
D | minigzip_fuzzer.c | 96 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/ |
D | wrappers.h | 65 #define gzopen _lx_gzopen macro
|
D | wrappers.c | 123 f = gzopen(xmlTranscodeResult(path, NULL, &d, NULL), in _lx_gzopen()
|
/external/v8/third_party/zlib/ |
D | zlib.h | 1861 # ifdef gzopen 1862 # undef gzopen 1864 # define gzopen gzopen64 macro 1895 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
D | chromeconf.h | 92 #define gzopen Cr_z_gzopen macro
|
D | zconf.h | 94 # define gzopen z_gzopen macro
|
D | gzlib.c | 270 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
|
/external/zlib/ |
D | zlib.h | 1861 # ifdef gzopen 1862 # undef gzopen 1864 # define gzopen gzopen64 macro 1895 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
D | libz.map.txt | 130 gzopen;
|
D | chromeconf.h | 92 #define gzopen Cr_z_gzopen macro
|
D | zconf.h | 98 # define gzopen z_gzopen macro
|
D | gzlib.c | 270 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
|
/external/zlib/patches/ |
D | 0000-build.patch | 196 +# ifdef gzopen 197 +# undef gzopen 199 # define gzopen gzopen64
|
/external/v8/third_party/zlib/patches/ |
D | 0000-build.patch | 196 +# ifdef gzopen 197 +# undef gzopen 199 # define gzopen gzopen64
|
/external/libxml2/ |
D | xmlIO.c | 607 fd = gzopen (path, mode); in xmlWrapGzOpenUtf8() 1107 fd = gzopen(path, "rb"); in xmlGzfileOpen_real() 1184 fd = gzopen(path, mode); in xmlGzfileOpenW()
|