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

12

/external/zlib/src/contrib/iostream2/
H A Dzstream.h73 m_fp = ::gzdopen(fileno(fp), "rb");
191 m_fp = ::gzdopen(fileno(fp), mode);
/external/zlib/src/test/
H A Dminigzip.c179 gzFile gzdopen OF((int, const char *));
189 gzFile gzdopen(fd, mode) function
608 file = gzdopen(fileno(stdin), "rb");
609 if (file == NULL) error("can't gzdopen stdin");
612 file = gzdopen(fileno(stdout), outmode);
613 if (file == NULL) error("can't gzdopen stdout");
638 file = gzdopen(fileno(stdout), outmode);
639 if (file == NULL) error("can't gzdopen stdout");
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h72 #define gzdopen MOZ_Z_gzdopen macro
H A Dzconf.h62 # define gzdopen z_gzdopen macro
H A Dgzlib.c214 gzFile ZEXPORT gzdopen(fd, mode) function
H A Dzlib.h1195 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1197 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1203 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1205 gzdopen does not close fd if it fails.
1207 gzdopen returns NULL if there was insufficient memory to allocate the
1210 used until the next gz* read, write, seek, or close operation, so gzdopen
1218 gzopen() or gzdopen(), and before any other calls that read or write the
1318 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1372 reading a gzip stream from the middle of a file using gzdopen().
1382 appending or when using gzdopen() fo
[all...]
/external/elfutils/0.153/libdwfl/
H A Dgzip.c262 zf = gzdopen (d, "r");
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h1088 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1090 gzdopen() associates a gzFile with the file descriptor fd. File
1096 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
1097 gzdopen returns NULL if there was insufficient memory to allocate
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h66 # define gzdopen z_gzdopen macro
H A Dzlib.h1324 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1326 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1332 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1334 gzdopen does not close fd if it fails. If you are using fileno() to get the
1340 gzdopen returns NULL if there was insufficient memory to allocate the
1343 used until the next gz* read, write, seek, or close operation, so gzdopen
1351 gzopen() or gzdopen(), and before any other calls that read or write the
1466 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1520 reading a gzip stream from the middle of a file using gzdopen().
1530 appending or when using gzdopen() fo
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h66 # define gzdopen z_gzdopen macro
H A Dgzlib.c284 gzFile ZEXPORT gzdopen( function
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h66 # define gzdopen z_gzdopen macro
H A Dgzlib.c284 gzFile ZEXPORT gzdopen(fd, mode) function
H A Dzlib.h1264 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1266 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1272 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1274 gzdopen does not close fd if it fails. If you are using fileno() to get the
1280 gzdopen returns NULL if there was insufficient memory to allocate the
1283 used until the next gz* read, write, seek, or close operation, so gzdopen
1291 gzopen() or gzdopen(), and before any other calls that read or write the
1406 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1460 reading a gzip stream from the middle of a file using gzdopen().
1470 appending or when using gzdopen() fo
[all...]
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc89 // Build mode string for gzdopen and check it [27.8.1.3.2]
95 if ((file = gzdopen(fd, char_mode)) == NULL)
/external/zlib/src/
H A Dzconf.h66 # define gzdopen z_gzdopen macro
H A Dgzlib.c284 gzFile ZEXPORT gzdopen(fd, mode) function
H A Dzlib.h1264 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1266 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1272 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1274 gzdopen does not close fd if it fails. If you are using fileno() to get the
1280 gzdopen returns NULL if there was insufficient memory to allocate the
1283 used until the next gz* read, write, seek, or close operation, so gzdopen
1291 gzopen() or gzdopen(), and before any other calls that read or write the
1406 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1460 reading a gzip stream from the middle of a file using gzdopen().
1470 appending or when using gzdopen() fo
[all...]
H A Dzconf.h.cmakein68 # define gzdopen z_gzdopen
H A Dzconf.h.in66 # define gzdopen z_gzdopen
/external/zlib/
H A Dzconf.h66 # define gzdopen z_gzdopen macro
H A Dzlib.h1264 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1266 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1272 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1274 gzdopen does not close fd if it fails. If you are using fileno() to get the
1280 gzdopen returns NULL if there was insufficient memory to allocate the
1283 used until the next gz* read, write, seek, or close operation, so gzdopen
1291 gzopen() or gzdopen(), and before any other calls that read or write the
1406 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1460 reading a gzip stream from the middle of a file using gzdopen().
1470 appending or when using gzdopen() fo
[all...]
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobspatch.c285 if ((cf->u.gz = gzdopen(fd, "rb")) == NULL)
286 errx(1, "gzdopen(%s)", tag);

Completed in 1061 milliseconds

12