Home | History | Annotate | Download | only in zlib

Lines Matching defs:gzgetc

1368 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1370 Reads one byte from the compressed file. gzgetc returns this byte or -1
1641 /* gzgetc() macro and its supporting function and exposed data structure. Note
1643 * This abbreviated structure exposes just enough for the gzgetc() macro. The
1646 * only be used by the gzgetc() macro. You have been warned.
1654 #define gzgetc(g) \