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

/external/zlib/src/test/
H A Dminigzip.c175 gzFile gzdopen OF((int, const char *));
185 gzFile gzdopen(fd, mode) function
588 file = gzdopen(fileno(stdin), "rb");
589 if (file == NULL) error("can't gzdopen stdin");
592 file = gzdopen(fileno(stdout), outmode);
593 if (file == NULL) error("can't gzdopen stdout");
618 file = gzdopen(fileno(stdout), outmode);
619 if (file == NULL) error("can't gzdopen stdout");
/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/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/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.h65 # define gzdopen z_gzdopen macro
H A Dgzlib.c278 gzFile ZEXPORT gzdopen(fd, mode) function
H A Dzlib.h1247 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1249 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1255 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1257 gzdopen does not close fd if it fails. If you are using fileno() to get the
1263 gzdopen returns NULL if there was insufficient memory to allocate the
1266 used until the next gz* read, write, seek, or close operation, so gzdopen
1274 gzopen() or gzdopen(), and before any other calls that read or write the
1389 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1443 reading a gzip stream from the middle of a file using gzdopen().
1453 appending or when using gzdopen() fo
[all...]
H A Dzconf.h.cmakein67 # define gzdopen z_gzdopen
H A Dzconf.h.in65 # define gzdopen z_gzdopen
/external/zlib/
H A Dzconf.h65 # define gzdopen z_gzdopen macro
H A Dzlib.h1247 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1249 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1255 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1257 gzdopen does not close fd if it fails. If you are using fileno() to get the
1263 gzdopen returns NULL if there was insufficient memory to allocate the
1266 used until the next gz* read, write, seek, or close operation, so gzdopen
1274 gzopen() or gzdopen(), and before any other calls that read or write the
1389 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1443 reading a gzip stream from the middle of a file using gzdopen().
1453 appending or when using gzdopen() fo
[all...]
/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 1175 milliseconds