Searched refs:gzopen (Results 1 - 23 of 23) sorted by relevance

/external/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs21 private static extern IntPtr gzopen(string name, string mode); method in class:DotZLib.GZipStream
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
69 _gzFile = gzopen(fileName, "rb");
/external/chromium/third_party/zlib/
H A Dmozzconf.h71 #define gzopen MOZ_Z_gzopen macro
H A Dzlib.h1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1077 gzopen can be used to read a file which is not in gzip format; in this
1080 gzopen returns NULL if the file could not be opened or if there was
1090 The mode parameter is as in gzopen.
H A Dgzio.c212 gzFile ZEXPORT gzopen (path, mode) function
/external/zlib/
H A Dminigzip.c283 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);
H A Dzlib.h1168 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1180 gzopen can be used to read a file which is not in gzip format; in this
1183 gzopen returns NULL if the file could not be opened, if there was
1186 errno can be checked to determine if the reason gzopen failed was that the
1194 has been previously opened with fopen). The mode parameter is as in gzopen.
1213 gzopen() or gzdopen(), and before any other calls that read or write the
1313 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1407 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1575 # define gzopen gzopen64 macro
1590 ZEXTERN gzFile ZEXPORT gzopen O
[all...]
H A Dzconf.h67 # define gzopen z_gzopen macro
H A Dexample.c98 file = gzopen(fname, "wb");
100 fprintf(stderr, "gzopen error\n");
115 file = gzopen(fname, "rb");
117 fprintf(stderr, "gzopen error\n");
H A Dgzlib.c196 gzFile ZEXPORT gzopen(path, mode) function
H A Dzconf.h.cmakein69 # define gzopen z_gzopen
H A Dzconf.h.in67 # define gzopen z_gzopen
H A Dgzio.c208 gzFile ZEXPORT gzopen (path, mode) function
/external/zlib/contrib/iostream2/
H A Dzstream.h67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
/external/zlib/contrib/pascal/
H A Dexample.pas92 zfile := gzopen(fname, 'wb');
95 WriteLn('gzopen error');
120 zfile := gzopen(fname, 'rb');
123 WriteLn('gzopen error');
/external/zlib/contrib/iostream/
H A Dzfstream.cpp51 if ( (file = gzopen(name, char_mode)) == NULL )
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1077 gzopen can be used to read a file which is not in gzip format; in this
1080 gzopen returns NULL if the file could not be opened or if there was
1093 The mode parameter is as in gzopen.
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1077 gzopen can be used to read a file which is not in gzip format; in this
1080 gzopen returns NULL if the file could not be opened or if there was
1090 The mode parameter is as in gzopen.
H A Dgzio.c208 gzFile ZEXPORT gzopen (path, mode) function
/external/zlib/contrib/iostream3/
H A Dzfstream.cc61 // 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/
H A Duntgz.c659 f = gzopen(TGZfile,"rb");
662 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile);
/external/zlib/as400/
H A Dzlib.inc125 D gzopen PR extproc('gzopen')
/external/zlib/old/as400/
H A Dzlib.inc125 D gzopen PR extproc('gzopen')
/external/libxml2/
H A DxmlIO.c1135 fd = gzopen(path, "rb");
1203 fd = gzopen(path, mode);
1377 * would be created if gzopen/gzwrite/gzclose were being used to

Completed in 130 milliseconds