Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A 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()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A 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");
A Dexample.c127 file = gzopen(fname, "wb");
144 file = gzopen(fname, "rb");
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminigzip.c-bak283 out = gzopen(outfile, mode);
285 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
322 in = gzopen(infile, "rb");
324 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
412 file = gzopen(*argv, "rb");
414 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
A Dexample.c-bak98 file = gzopen(fname, "wb");
100 fprintf(stderr, "gzopen error\n");
115 file = gzopen(fname, "rb");
117 fprintf(stderr, "gzopen error\n");
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/os2/
A Dzlib.def26 gzopen
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A Dzlib.def38 gzopen
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream2/
A Dzstream.h67 m_fp = ::gzopen(name, "rb"); in open()
181 m_fp = ::gzopen(name, mode);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Dvisual-basic.txt24 gzopen
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
55 Declare Function gzopen Lib "ZLIB32.DLL"
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc10/
A Dzlibvc.def22 gzopen @16
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc12/
A Dzlibvc.def22 gzopen @16
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc11/
A Dzlibvc.def22 gzopen @16
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc14/
A Dzlibvc.def22 gzopen @16
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc9/
A Dzlibvc.def22 gzopen @16
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dzlib-thin.ads182 function gzopen (path : Chars_Ptr; mode : Chars_Ptr) return gzFile; subprogspec
402 pragma Import (C, gzopen, "gzopen");
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dzlib.h1575 # define gzopen gzopen64 macro
1590 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
A Dzconf.h67 # define gzopen z_gzopen macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A Dbndsrc21 EXPORT SYMBOL("gzopen")
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dexample.pas92 zfile := gzopen(fname, 'wb');
120 zfile := gzopen(fname, 'rb');
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/
A Dzfstream.cpp51 if ( (file = gzopen(name, char_mode)) == NULL ) in open()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dzlib.h1856 # define gzopen gzopen64 macro
1872 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
A Dzconf.h82 # define gzopen z_gzopen macro
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dzlib.h1856 # define gzopen gzopen64 macro
1872 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
A Dzconf.h82 # define gzopen z_gzopen macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A Dzfstream.cc67 if ((file = gzopen(name, char_mode)) == NULL) in open()

Completed in 35 milliseconds

12