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

/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/zlib/src/contrib/iostream/
H A Dzfstream.cpp93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/external/chromium/sdch/open-vcdiff/src/
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/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/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/qemu/distrib/zlib-1.2.3/
H A Dzlib.h1085 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1087 gzdopen() associates a gzFile with the file descriptor fd. File
1093 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
1094 gzdopen returns NULL if there was insufficient memory to allocate
H A Dgzio.c219 gzFile ZEXPORT gzdopen (fd, mode) function
/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);
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c636 fd = gzdopen(d, mode);
1148 fd = gzdopen(dup(0), "rb");
1222 fd = gzdopen(dup(1), mode);
/external/libxml2/
H A DxmlIO.c639 fd = gzdopen(d, mode);
1151 fd = gzdopen(dup(0), "rb");
1225 fd = gzdopen(dup(1), mode);
/external/zlib/src/as400/
H A Dzlib.inc152 D gzdopen PR extproc('gzdopen')

Completed in 1434 milliseconds