Home
last modified time | relevance | path

Searched refs:gzdopen (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c179 gzFile gzdopen OF((int, const char *));
189 gzFile gzdopen(fd, mode) in gzdopen() function
608 file = gzdopen(fileno(stdin), "rb");
612 file = gzdopen(fileno(stdout), outmode);
638 file = gzdopen(fileno(stdout), outmode);
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c184 gzFile gzdopen OF((int, const char *));
194 gzFile gzdopen(fd, mode) in gzdopen() function
597 file = gzdopen(fileno(stdin), "rb");
601 file = gzdopen(fileno(stdout), outmode);
627 file = gzdopen(fileno(stdout), outmode);
/f-stack/freebsd/contrib/zlib/
H A Dzconf.h77 # define gzdopen z_gzdopen macro
H A DREADME73 - gzdopen is not supported on RISCOS or BEOS.
H A Dgzlib.c289 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() function
H A Dzlib.h1344 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
H A DChangeLog244 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
457 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
493 - Use snprintf() in gzdopen() if available
717 - Increase sprintf() buffer size in gzdopen() to allow for large numbers
847 - Remember start when using gzdopen in the middle of a file
964 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
1064 - Support gzdopen on Mac with Metrowerks (Jason Linhart)
1375 - document that gzclose after gzdopen will close the file
1482 - added gzdopen to reopen a file descriptor as gzFile
H A Dzconf.h.in71 # define gzdopen z_gzdopen macro
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzlib.c289 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() function