Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzread.c458 # undef gzgetc
463 # undef gzgetc
467 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
471 int ZEXPORT gzgetc(file) in gzgetc() function
503 return gzgetc(file);
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h1514 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1830 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
1832 # define gzgetc(g) \ macro
1833 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
H A Dgzread.c448 # undef gzgetc
450 int ZEXPORT gzgetc(file) in gzgetc() function
482 return gzgetc(file);
H A Dzconf.h83 # define gzgetc z_gzgetc macro
H A Dzconf.h.in77 # define gzgetc z_gzgetc macro
H A DChangeLog65 - Fix gzgetc undefine when Z_PREFIX set [Turk]
161 - Fix problem with ./configure --prefix and gzgetc macro
200 - Restore gzgetc function for binary compatibility
228 - Change gzgetc() to a macro for speed (~40% speedup in testing)
1160 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
1201 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c186 if (gzgetc(file) != ' ') {
H A Dexample.c194 if (gzgetc(file) != ' ') {
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c169 if (gzgetc(file) != ' ') {