Home
last modified time | relevance | path

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

12

/third_party/zlib/contrib/dotzlib/DotZLib/
H 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()
/third_party/node/deps/zlib/
H A Dzlib.h1307 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode);
1326 streams in a file. The append function of gzopen() can be used to create
1328 appending, gzopen does not test whether the file begins with a gzip stream,
1329 nor does it look for the end of the gzip streams to begin appending. gzopen
1332 gzopen can be used to read a file which is not in gzip format; in this
1337 gzopen returns NULL if the file could not be opened, if there was
1340 errno can be checked to determine if the reason gzopen failed was that the
1348 been previously opened with fopen). The mode parameter is as in gzopen.
1371 after gzopen() or gzdopen(), and before any other calls that read or write
1528 yet. If gzungetc is used immediately after gzopen o
1883 # undef gzopen global() macro
1885 # define gzopen global() macro
[all...]
H A Dchromeconf.h95 #define gzopen Cr_z_gzopen macro
H A Dzconf.h97 # define gzopen z_gzopen macro
H A Dgzlib.c263 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
/third_party/zlib/test/
H A Dminigzip.c207 static gzFile gzopen(const char *path, const char *mode) in gzopen() function
465 out = gzopen(outfile, mode); in file_compress()
467 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); in file_compress()
511 in = gzopen(infile, "rb"); in file_uncompress()
513 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); in file_uncompress()
633 file = gzopen(*argv, "rb"); in main()
636 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv); in main()
H A Dexample.c97 file = gzopen(fname, "wb"); in test_gzio()
99 fprintf(stderr, "gzopen error\n"); in test_gzio()
114 file = gzopen(fname, "rb"); in test_gzio()
116 fprintf(stderr, "gzopen error\n"); in test_gzio()
/third_party/zlib/contrib/iostream2/
H A Dzstream.h67 m_fp = ::gzopen(name, "rb"); in open()
181 m_fp = ::gzopen(name, mode); in open()
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h1305 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1324 streams in a file. The append function of gzopen() can be used to create
1326 appending, gzopen does not test whether the file begins with a gzip stream,
1327 nor does it look for the end of the gzip streams to begin appending. gzopen
1330 gzopen can be used to read a file which is not in gzip format; in this
1335 gzopen returns NULL if the file could not be opened, if there was
1338 errno can be checked to determine if the reason gzopen failed was that the
1346 has been previously opened with fopen). The mode parameter is as in gzopen.
1369 gzopen() or gzdopen(), and before any other calls that read or write the
1527 yet. If gzungetc is used immediately after gzopen o
1864 # undef gzopen global() macro
1866 # define gzopen global() macro
[all...]
H A Dchromeconf.h92 #define gzopen Cr_z_gzopen macro
H A Dzconf.h94 # define gzopen z_gzopen macro
H A Dgzlib.c270 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h1303 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1322 streams in a file. The append function of gzopen() can be used to create
1324 appending, gzopen does not test whether the file begins with a gzip stream,
1325 nor does it look for the end of the gzip streams to begin appending. gzopen
1328 gzopen can be used to read a file which is not in gzip format; in this
1333 gzopen returns NULL if the file could not be opened, if there was
1336 errno can be checked to determine if the reason gzopen failed was that the
1344 has been previously opened with fopen). The mode parameter is as in gzopen.
1367 gzopen() or gzdopen(), and before any other calls that read or write the
1525 yet. If gzungetc is used immediately after gzopen o
1862 # undef gzopen global() macro
1864 # define gzopen global() macro
[all...]
H A Dchromeconf.h92 #define gzopen Cr_z_gzopen macro
H A Dzconf.h94 # define gzopen z_gzopen macro
H A Dgzlib.c270 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/third_party/libwebsockets/win32port/zlib/
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.h68 # define gzopen z_gzopen macro
H A Dgzlib.c196 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/third_party/zlib/contrib/pascal/
H A Dexample.pas92 zfile := gzopen(fname, 'wb');
95 WriteLn('gzopen error');
120 zfile := gzopen(fname, 'rb');
123 WriteLn('gzopen error');
/third_party/zlib/
H A Dzlib.h1308 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode);
1327 streams in a file. The append function of gzopen() can be used to create
1329 appending, gzopen does not test whether the file begins with a gzip stream,
1330 nor does it look for the end of the gzip streams to begin appending. gzopen
1333 gzopen can be used to read a file which is not in gzip format; in this
1338 gzopen returns NULL if the file could not be opened, if there was
1341 errno can be checked to determine if the reason gzopen failed was that the
1349 been previously opened with fopen). The mode parameter is as in gzopen.
1372 after gzopen() or gzdopen(), and before any other calls that read or write
1529 yet. If gzungetc is used immediately after gzopen o
1878 # define gzopen global() macro
[all...]
H A Dzconf.h85 # define gzopen z_gzopen macro
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp51 if ( (file = gzopen(name, char_mode)) == NULL ) in open()
/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc61 // Build mode string for gzopen and check it [27.8.1.3.2] in open()
67 if ((file = gzopen(name, char_mode)) == NULL) in open()
/third_party/zlib/contrib/untgz/
H A Duntgz.c735 f = gzopen(TGZfile,"rb"); in main()
738 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile); in main()

Completed in 27 milliseconds

12