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

/external/zlib/src/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/zlib/src/test/
H A Dminigzip.c174 gzFile gzopen OF((const char *, const char *));
178 gzFile gzopen(path, mode) function
474 out = gzopen(outfile, mode);
476 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
513 in = gzopen(infile, "rb");
515 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
603 file = gzopen(*argv, "rb");
605 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
H A Dexample.c127 file = gzopen(fname, "wb");
129 fprintf(stderr, "gzopen error\n");
144 file = gzopen(fname, "rb");
146 fprintf(stderr, "gzopen error\n");
/external/zlib/src/contrib/iostream2/
H A Dzstream.h67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
/external/zlib/src/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/src/
H A Dzlib.h1210 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1229 streams in a file. The append function of gzopen() can be used to create
1231 appending, gzopen does not test whether the file begins with a gzip stream,
1232 nor does it look for the end of the gzip streams to begin appending. gzopen
1235 gzopen can be used to read a file which is not in gzip format; in this
1240 gzopen returns NULL if the file could not be opened, if there was
1243 errno can be checked to determine if the reason gzopen failed was that the
1251 has been previously opened with fopen). The mode parameter is as in gzopen.
1274 gzopen() or gzdopen(), and before any other calls that read or write the
1389 yet. If gzungetc is used immediately after gzopen o
1692 # define gzopen macro
[all...]
H A Dzconf.h74 # define gzopen z_gzopen macro
H A Dgzlib.c262 gzFile ZEXPORT gzopen(path, mode) function
H A Dzconf.h.cmakein76 # define gzopen z_gzopen
H A Dzconf.h.in74 # define gzopen z_gzopen
/external/zlib/
H A Dzlib.h1210 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1229 streams in a file. The append function of gzopen() can be used to create
1231 appending, gzopen does not test whether the file begins with a gzip stream,
1232 nor does it look for the end of the gzip streams to begin appending. gzopen
1235 gzopen can be used to read a file which is not in gzip format; in this
1240 gzopen returns NULL if the file could not be opened, if there was
1243 errno can be checked to determine if the reason gzopen failed was that the
1251 has been previously opened with fopen). The mode parameter is as in gzopen.
1274 gzopen() or gzdopen(), and before any other calls that read or write the
1389 yet. If gzungetc is used immediately after gzopen o
1692 # define gzopen macro
[all...]
H A Dzconf.h74 # define gzopen z_gzopen macro
/external/zlib/src/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/src/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/src/as400/
H A Dzlib.inc136 D gzopen PR extproc('gzopen')
141 D gzopen PR extproc('gzopen64')
/external/zlib/src/contrib/untgz/
H A Duntgz.c659 f = gzopen(TGZfile,"rb");
662 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile);
/external/libxml2/
H A DxmlIO.c626 fd = gzopen (path, mode);
715 static xmlWrapGzOpenFunc xmlWrapGzOpen = gzopen;
743 xmlWrapGzOpen = gzopen;
1178 fd = gzopen(path, "rb");
1250 fd = gzopen(path, mode);
1544 * would be created if gzopen/gzwrite/gzclose were being used to
/external/qemu-pc-bios/bochs/
H A Dconfigure33442 { echo "$as_me:$LINENO: checking for gzopen in -lz" >&5
33443 echo $ECHO_N "checking for gzopen in -lz... $ECHO_C" >&6; }
33462 char gzopen ();
33466 return gzopen ();
[all...]

Completed in 313 milliseconds