/external/zlib/old/os2/ |
zlib.def | 26 gzopen
|
/external/zlib/win32/ |
zlib.def | 36 gzopen
|
/external/zlib/contrib/vstudio/vc7/ |
zlibvc.def | 22 gzopen @16
|
/external/zlib/contrib/vstudio/vc8/ |
zlibvc.def | 22 gzopen @16
|
/external/zlib/old/ |
visual-basic.txt | 24 gzopen 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As 55 Declare Function gzopen Lib "ZLIB32.DLL"
|
zlib.html | 113 <li> gzFile <a href="#gzopen">gzopen</a> (const char *path, const char *mode); 181 <font color="Blue"><dt> gzFile <a name="gzopen">gzopen</a> (const char *path, const char *mode);</font> 190 <a href="#gzopen">gzopen</a> can be used to read a file which is not in gzip format ; in this 194 <a href="#gzopen">gzopen</a> returns NULL if the file could not be opened or if there was 205 The mode parameter is as in <a href="#gzopen">gzopen</a> [all...] |
/external/zlib/ |
minigzip.c | 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);
|
example.c | 98 file = gzopen(fname, "wb"); 100 fprintf(stderr, "gzopen error\n"); 115 file = gzopen(fname, "rb"); 117 fprintf(stderr, "gzopen error\n");
|
/external/zlib/contrib/vstudio/vc10/ |
zlibvc.def | 22 gzopen @16
|
/external/zlib/contrib/vstudio/vc9/ |
zlibvc.def | 22 gzopen @16
|
/external/chromium/third_party/zlib/ |
mozzconf.h | 71 #define gzopen MOZ_Z_gzopen macro
|
/external/zlib/as400/ |
bndsrc | 45 EXPORT SYMBOL("gzopen")
|
zlib.inc | 125 D gzopen PR extproc('gzopen')
|
/external/zlib/old/as400/ |
bndsrc | 45 EXPORT SYMBOL("gzopen")
|
zlib.inc | 125 D gzopen PR extproc('gzopen')
|
/external/zlib/contrib/ada/ |
zlib-thin.ads | 182 function gzopen (path : Chars_Ptr; mode : Chars_Ptr) return gzFile; 402 pragma Import (C, gzopen, "gzopen");
|
/external/zlib/contrib/iostream2/ |
zstream.h | 67 m_fp = ::gzopen(name, "rb"); 181 m_fp = ::gzopen(name, mode);
|
/system/extras/ext4_utils/ |
output_file.c | 288 out->gz_fd = gzopen(filename, "wb9"); 290 error_errno("gzopen");
|
/external/zlib/contrib/iostream/ |
zfstream.cpp | 51 if ( (file = gzopen(name, char_mode)) == NULL )
|
/external/zlib/contrib/pascal/ |
example.pas | 92 zfile := gzopen(fname, 'wb'); 95 WriteLn('gzopen error'); 120 zfile := gzopen(fname, 'rb'); 123 WriteLn('gzopen error');
|
/external/zlib/contrib/iostream3/ |
zfstream.cc | 61 // Build mode string for gzopen and check it [27.8.1.3.2] 67 if ((file = gzopen(name, char_mode)) == NULL)
|
/external/zlib/contrib/untgz/ |
untgz.c | 659 f = gzopen(TGZfile,"rb"); 662 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile);
|
/development/ndk/platforms/android-3/arch-arm/lib/ |
libz.so | |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/ |
libz.so | |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/ |
libz.so | |