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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dminigzip.c301 file = gzdopen(fileno(stdin), "rb");
302 if (file == NULL) error("can't gzdopen stdin");
305 file = gzdopen(fileno(stdout), outmode);
306 if (file == NULL) error("can't gzdopen stdout");
H A Dzlib.h675 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
677 gzdopen() associates a gzFile with the file descriptor fd. File
683 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
684 gzdopen returns NULL if there was insufficient memory to allocate
H A Dgzio.c193 gzFile ZEXPORT gzdopen (fd, mode) function

Completed in 16 milliseconds