Searched refs:gzgetc (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c458 # undef gzgetc macro
463 # undef gzgetc macro
467 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
471 int ZEXPORT gzgetc(file) function
503 return gzgetc(file);
/freebsd-13-stable/sys/contrib/zlib/
H A Dzlib.h1514 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1516 Reads one byte from the compressed file. gzgetc returns this byte or -1
1814 /* gzgetc() macro and its supporting function and exposed data structure. Note
1816 * This abbreviated structure exposes just enough for the gzgetc() macro. The
1819 * only be used by the gzgetc() macro. You have been warned.
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 macro
450 int ZEXPORT gzgetc(file) function
482 return gzgetc(file);
H A Dzconf.h83 # define gzgetc z_gzgetc macro
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dexample.c169 if (gzgetc(file) != ' ') {
170 fprintf(stderr, "gzgetc error\n");
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c194 if (gzgetc(file) != ' ') {
195 fprintf(stderr, "gzgetc error\n");
H A Dexample_original.c186 if (gzgetc(file) != ' ') {
187 fprintf(stderr, "gzgetc error\n");

Completed in 112 milliseconds