Home
last modified time | relevance | path

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

123

/third_party/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs21 private static extern IntPtr gzopen(string name, string mode); in gzopen() method in DotZLib.GZipStream
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level)); in GZipStream()
69 _gzFile = gzopen(fileName, "rb"); in GZipStream()
/third_party/zlib/test/
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");
/third_party/libxml2/os400/
Dwrappers.h65 #define gzopen _lx_gzopen macro
Dwrappers.c123 f = gzopen(xmlTranscodeResult(path, NULL, &d, NULL), in _lx_gzopen()
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/zlib/
Dzlib.h1861 # ifdef gzopen
1862 # undef gzopen
1864 # define gzopen gzopen64 macro
1895 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
/third_party/node/deps/zlib/
Dzlib.h1861 # ifdef gzopen
1862 # undef gzopen
1864 # define gzopen gzopen64 macro
1895 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
/third_party/zlib/old/os2/
Dzlib.def26 gzopen
/third_party/zlib/contrib/iostream2/
Dzstream.h67 m_fp = ::gzopen(name, "rb"); in open()
181 m_fp = ::gzopen(name, mode);
/third_party/zlib/old/
Dvisual-basic.txt24 gzopen
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
55 Declare Function gzopen Lib "ZLIB32.DLL"
/third_party/skia/third_party/externals/zlib/patches/
D0000-build.patch196 +# ifdef gzopen
197 +# undef gzopen
199 # define gzopen gzopen64
/third_party/node/deps/zlib/patches/
D0000-build.patch196 +# ifdef gzopen
197 +# undef gzopen
199 # define gzopen gzopen64
/third_party/zlib/win32/
Dzlib.def38 gzopen
/third_party/node/deps/zlib/win32/
Dzlib.def38 gzopen
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0000-build.patch229 +#define gzopen Cr_z_gzopen
348 +# ifdef gzopen
349 +# undef gzopen
351 # define gzopen gzopen64
/third_party/zlib/contrib/vstudio/vc12/
Dzlibvc.def22 gzopen @16
/third_party/zlib/contrib/vstudio/vc10/
Dzlibvc.def22 gzopen @16
/third_party/zlib/contrib/vstudio/vc14/
Dzlibvc.def22 gzopen @16
/third_party/zlib/contrib/vstudio/vc9/
Dzlibvc.def22 gzopen @16
/third_party/zlib/contrib/vstudio/vc11/
Dzlibvc.def22 gzopen @16
/third_party/zlib/contrib/ada/
Dzlib-thin.ads182 function gzopen (path : Chars_Ptr; mode : Chars_Ptr) return gzFile; subprogspec
402 pragma Import (C, gzopen, "gzopen");
/third_party/libwebsockets/win32port/zlib/
Dzlib.h1575 # define gzopen gzopen64 macro
1590 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
/third_party/zlib/contrib/pascal/
Dexample.pas92 zfile := gzopen(fname, 'wb');
120 zfile := gzopen(fname, 'rb');
/third_party/zlib/os400/
Dbndsrc21 EXPORT SYMBOL("gzopen")

123