Lines Matching refs:gzdopen
1345 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
1353 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1355 gzdopen does not close fd if it fails. If you are using fileno() to get the
1361 gzdopen returns NULL if there was insufficient memory to allocate the
1364 used until the next gz* read, write, seek, or close operation, so gzdopen
1372 after gzopen() or gzdopen(), and before any other calls that read or write
1529 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1583 the middle of a file using gzdopen().
1593 when appending or when using gzdopen() for reading. When reading, the
1621 If gzdirect() is used immediately after gzopen() or gzdopen() it will