Lines Matching full:gzdopen
1241 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1243 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1249 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1251 gzdopen does not close fd if it fails. If you are using fileno() to get the
1257 gzdopen returns NULL if there was insufficient memory to allocate the
1260 used until the next gz* read, write, seek, or close operation, so gzdopen
1268 gzopen() or gzdopen(), and before any other calls that read or write the
1383 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1437 reading a gzip stream from the middle of a file using gzdopen().
1447 appending or when using gzdopen() for reading. When reading, the offset
1475 If gzdirect() is used immediately after gzopen() or gzdopen() it will