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