Home
last modified time | relevance | path

Searched refs:gzungetc (Results 1 – 21 of 21) sorted by relevance

/external/zlib/
Dzlib.map24 gzungetc;
Dzconf.h79 # define gzungetc z_gzungetc macro
Dzlib.h1307 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
Dgzread.c482 int ZEXPORT gzungetc(c, file) in gzungetc() function
Dexample.c145 if (gzungetc(' ', file) != ' ') {
Dzconf.h.in79 # define gzungetc z_gzungetc macro
Dzconf.h.cmakein81 # define gzungetc z_gzungetc
Dgzio.c515 int ZEXPORT gzungetc(c, file) in gzungetc() function
DChangeLog183 - Add error message for no more room for gzungetc()
390 - Fix crc check bug in gzread() after gzungetc() [Heiner]
614 - Fix silly error in gzungetc() implementation [Vollant]
652 - Add gzungetc() function
/external/zlib/contrib/vstudio/vc7/
Dzlibvc.def55 gzungetc @49
/external/zlib/win32/
Dzlib.def47 gzungetc
/external/zlib/contrib/vstudio/vc8/
Dzlibvc.def55 gzungetc @49
/external/zlib/contrib/vstudio/vc9/
Dzlibvc.def55 gzungetc @49
/external/zlib/contrib/vstudio/vc10/
Dzlibvc.def55 gzungetc @49
/external/zlib/contrib/ada/
Dzlib-thin.ads359 function gzungetc (C : in Int; File : in gzFile) return Int; subprogspec
434 pragma Import (C, gzungetc, "gzungetc");
/external/zlib/old/as400/
Dbndsrc109 EXPORT SYMBOL("gzungetc")
/external/zlib/as400/
Dbndsrc109 EXPORT SYMBOL("gzungetc")
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h1163 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
Dgzio.c515 int ZEXPORT gzungetc(c, file) in gzungetc() function
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h1166 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
/external/zlib/contrib/pascal/
Dexample.pas155 if gzungetc(' ', zfile) <> ' ' then