Searched refs:gzdopen (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzconf.h72 # define gzdopen z_gzdopen macro
H A Dgzlib.c284 gzFile ZEXPORT gzdopen(fd, mode) function
H A Dzlib.h1264 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() fo
[all...]

Completed in 228 milliseconds