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

/external/libxml2/os400/
H A Dwrappers.h66 #define gzdopen _lx_gzdopen macro
H A Dwrappers.c137 f = gzdopen(fd, xmlTranscodeResult(mode, NULL, &d, NULL));
/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/elfutils/libdwfl/
H A Dgzip.c148 state->zf = gzdopen (d, "r");
/external/syslinux/com32/include/
H A Dzconf.h59 # define gzdopen z_gzdopen macro
H A Dzlib.h1190 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1192 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1198 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1200 gzdopen does not close fd if it fails.
1202 gzdopen returns NULL if there was insufficient memory to allocate the
1205 used until the next gz* read, write, seek, or close operation, so gzdopen
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
1367 reading a gzip stream from the middle of a file using gzdopen().
1377 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/kmod/libkmod/
H A Dlibkmod-file.c181 file->gzf = gzdopen(file->fd, "rb");
184 file->fd = -1; /* now owned by gzf due gzdopen() */
/external/pdfium/third_party/zlib_v128/
H A Dzconf.h66 # define gzdopen z_gzdopen macro
H A Dgzlib.c284 gzFile ZEXPORT gzdopen( function
H A Dzlib.h1333 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1335 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1341 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1343 gzdopen does not close fd if it fails. If you are using fileno() to get the
1349 gzdopen returns NULL if there was insufficient memory to allocate the
1352 used until the next gz* read, write, seek, or close operation, so gzdopen
1360 gzopen() or gzdopen(), and before any other calls that read or write the
1475 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1529 reading a gzip stream from the middle of a file using gzdopen().
1539 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/libxml2/
H A DxmlIO.c642 fd = gzdopen(d, mode);
1167 fd = gzdopen(duped_fd, "rb");
1246 fd = gzdopen(duped_fd, "rb");
/external/zlib/src/as400/
H A Dzlib.inc152 D gzdopen PR extproc('gzdopen')

Completed in 585 milliseconds