/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | GZipStream.cs | 21 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 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");
|
A D | example.c | 127 file = gzopen(fname, "wb"); 144 file = gzopen(fname, "rb");
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | minigzip.c-bak | 283 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 D | example.c-bak | 98 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 D | zlib.def | 26 gzopen
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | zlib.def | 38 gzopen
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream2/ |
A D | zstream.h | 67 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 D | visual-basic.txt | 24 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 D | zlibvc.def | 22 gzopen @16
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc12/ |
A D | zlibvc.def | 22 gzopen @16
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc11/ |
A D | zlibvc.def | 22 gzopen @16
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc14/ |
A D | zlibvc.def | 22 gzopen @16
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc9/ |
A D | zlibvc.def | 22 gzopen @16
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/ |
A D | zlib-thin.ads | 182 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 D | zlib.h | 1575 # define gzopen gzopen64 macro 1590 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
A D | zconf.h | 67 # define gzopen z_gzopen macro
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/ |
A D | bndsrc | 21 EXPORT SYMBOL("gzopen")
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/ |
A D | example.pas | 92 zfile := gzopen(fname, 'wb'); 120 zfile := gzopen(fname, 'rb');
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/ |
A D | zfstream.cpp | 51 if ( (file = gzopen(name, char_mode)) == NULL ) in open()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zlib.h | 1856 # define gzopen gzopen64 macro 1872 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
A D | zconf.h | 82 # define gzopen z_gzopen macro
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | zlib.h | 1856 # define gzopen gzopen64 macro 1872 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
A D | zconf.h | 82 # define gzopen z_gzopen macro
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | zfstream.cc | 67 if ((file = gzopen(name, char_mode)) == NULL) in open()
|