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