Home
last modified time | relevance | path

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

12

/external/python/cpython2/Modules/zlib/
Dzlib.map24 gzungetc;
Dzconf.h91 # define gzungetc z_gzungetc macro
Dzlib.h1400 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
Dgzread.c423 int ZEXPORT gzungetc(c, file) in gzungetc() function
/external/zlib/src/
Dzlib.map24 gzungetc;
Dzconf.h91 # define gzungetc z_gzungetc macro
Dgzread.c423 int ZEXPORT gzungetc(c, file) in gzungetc() function
Dzlib.h1400 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
/external/zlib/src/win32/
Dzlib.def48 gzungetc
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def55 gzungetc @49
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def55 gzungetc @49
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def55 gzungetc @49
/external/zlib/src/contrib/ada/
Dzlib-thin.ads359 function gzungetc (C : in Int; File : in gzFile) return Int; subprogspec
434 pragma Import (C, gzungetc, "gzungetc");
/external/zlib/src/as400/
Dbndsrc109 EXPORT SYMBOL("gzungetc")
Dzlib.inc195 D gzungetc PR 10i 0 extproc('gzungetc')
/external/zlib/
Dlibz.map.txt64 gzungetc;
Dzconf.h91 # define gzungetc z_gzungetc macro
Dzlib.h1400 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
/external/syslinux/com32/include/
Dzconf.h79 # define gzungetc z_gzungetc macro
Dzlib.h1307 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
/external/pdfium/third_party/zlib_v128/
Dzconf.h91 # define gzungetc z_gzungetc macro
Dgzread.c423 int ZEXPORT gzungetc( in gzungetc() function
Dzlib.h1469 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
/external/zlib/src/contrib/pascal/
Dexample.pas155 if gzungetc(' ', zfile) <> ' ' then
/external/zlib/src/test/
Dexample.c174 if (gzungetc(' ', file) != ' ') {

12