Lines Matching refs:gzdopen
1190 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() for reading. When reading, the offset
1407 If gzdirect() is used immediately after gzopen() or gzdopen() it will