Lines Matching full:gzdopen
1088 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));1090 gzdopen() associates a gzFile with the file descriptor fd. File1096 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