Home
last modified time | relevance | path

Searched refs:gzungetc (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map24 gzungetc;
H A Dzconf.h103 # define gzungetc z_gzungetc macro
H A Dgzread.c486 int ZEXPORT gzungetc(c, file) in gzungetc() function
H A Dzlib.h1523 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
H A Dzconf.h.in97 # define gzungetc z_gzungetc macro
H A DChangeLog490 - Add error message for no more room for gzungetc()
697 - Fix crc check bug in gzread() after gzungetc() [Heiner]
921 - Fix silly error in gzungetc() implementation [Vollant]
959 - Add gzungetc() function
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c191 if (gzungetc(' ', file) != ' ') {
H A Dexample.c199 if (gzungetc(' ', file) != ' ') {
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c174 if (gzungetc(' ', file) != ' ') {
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzread.c507 int ZEXPORT gzungetc(c, file) in gzungetc() function