Home
last modified time | relevance | path

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

/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs36 private static extern int gzputc(IntPtr gzFile, int c); in gzputc() method in DotZLib.GZipStream
231 int result = gzputc(_gzFile, (int)value); in WriteByte()
/external/zlib/src/old/os2/
Dzlib.def39 gzputc
/external/zlib/src/win32/
Dzlib.def46 gzputc
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def35 gzputc @29
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def35 gzputc @29
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def35 gzputc @29
/external/zlib/src/contrib/ada/
Dzlib-thin.ads214 function gzputc (file : gzFile; char : Int) return Int; subprogspec
410 pragma Import (C, gzputc, "gzputc");
/external/zlib/src/as400/
Dbndsrc53 EXPORT SYMBOL("gzputc")
Dzlib.inc185 D gzputc PR 10i 0 extproc('gzputc')
/external/pdfium/core/include/thirdparties/zlib/
Dzconf.h82 # define gzputc z_gzputc macro
Dzlib.h1450 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
/external/zlib/src/
Dzconf.h82 # define gzputc z_gzputc macro
Dzlib.h1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
Dgzwrite.c245 int ZEXPORT gzputc(file, c) in gzputc() function
DFAQ62 9. Why do I get "undefined reference to gzputc"?
66 example.o(.text+0x154): undefined reference to `gzputc'
Dzconf.h.cmakein84 # define gzputc z_gzputc
Dzconf.h.in82 # define gzputc z_gzputc macro
DChangeLog37 - Fix unintialized value bug in gzputc() introduced by const patches
152 - Have gzputc return the character written instead of the argument
1117 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
1133 - add checks for gzputc and gzputc in example.c
1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
/external/zlib/
Dzconf.h82 # define gzputc z_gzputc macro
Dzlib.h1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzconf.h82 # define gzputc z_gzputc macro
Dgzwrite.c245 int ZEXPORT gzputc( in gzputc() function
Dzlib.h1454 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
/external/zlib/src/contrib/pascal/
Dexample.pas98 gzputc(zfile, 'h');
/external/zlib/src/test/
Dexample.c132 gzputc(file, 'h');