Searched defs:gzgetc (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dgzread.c405 #undef gzgetc macro
406 int ZEXPORT gzgetc(file) function
H A Dzlib.h1368 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) \ macro
H A Dzconf.h63 /*# define gzgetc vboxzlib_gzgetc*/
161 # define gzgetc z_gzgetc macro
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs33 private static extern int gzgetc(IntPtr gzFile); method in class:DotZLib.GZipStream
185 return gzgetc(_gzFile);

Completed in 41 milliseconds