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

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs33 private static extern int gzgetc(IntPtr gzFile); method in class:DotZLib.GZipStream
185 return gzgetc(_gzFile);
/external/zlib/src/
H A Dzlib.h1391 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1393 Reads one byte from the compressed file. gzgetc returns this byte or -1
1663 /* gzgetc() macro and its supporting function and exposed data structure. Note
1665 * This abbreviated structure exposes just enough for the gzgetc() macro. The
1668 * only be used by the gzgetc() macro. You have been warned.
1679 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
1681 # define gzgetc(g) \ macro
1682 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
H A Dgzread.c385 # undef gzgetc macro
387 int ZEXPORT gzgetc(file) function
419 return gzgetc(file);
H A Dzconf.h70 # define gzgetc z_gzgetc macro
H A Dzconf.h.cmakein72 # define gzgetc z_gzgetc
H A Dzconf.h.in70 # define gzgetc z_gzgetc
/external/zlib/
H A Dzlib.h1391 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1393 Reads one byte from the compressed file. gzgetc returns this byte or -1
1663 /* gzgetc() macro and its supporting function and exposed data structure. Note
1665 * This abbreviated structure exposes just enough for the gzgetc() macro. The
1668 * only be used by the gzgetc() macro. You have been warned.
1679 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
1681 # define gzgetc(g) \ macro
1682 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
H A Dzconf.h70 # define gzgetc z_gzgetc macro
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h80 #define gzgetc MOZ_Z_gzgetc macro
H A Dzconf.h66 # define gzgetc z_gzgetc macro
H A Dgzread.c453 int ZEXPORT gzgetc(file) function
H A Dzlib.h1306 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1308 Reads one byte from the compressed file. gzgetc returns this byte or -1
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h1160 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1162 Reads one byte from the compressed file. gzgetc returns this byte
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h1160 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1162 Reads one byte from the compressed file. gzgetc returns this byte
/external/open-vcdiff/src/zlib/
H A Dzlib.h1160 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1162 Reads one byte from the compressed file. gzgetc returns this byte
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h1157 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1159 Reads one byte from the compressed file. gzgetc returns this byte
H A Dgzio.c500 Reads one byte from the compressed file. gzgetc returns this byte
503 int ZEXPORT gzgetc(file) function
/external/zlib/src/contrib/pascal/
H A Dexample.pas149 if gzgetc(zfile) <> ' ' then
151 WriteLn('gzgetc error');
/external/zlib/src/test/
H A Dexample.c169 if (gzgetc(file) != ' ') {
170 fprintf(stderr, "gzgetc error\n");
/external/zlib/src/as400/
H A Dzlib.inc189 D gzgetc PR 10i 0 extproc('gzgetc')

Completed in 162 milliseconds