Home
last modified time | relevance | path

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

12

/external/zlib/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/old/os2/
Dzlib.def39 gzputc
/external/zlib/contrib/vstudio/vc7/
Dzlibvc.def35 gzputc @29
/external/zlib/win32/
Dzlib.def45 gzputc
/external/zlib/contrib/vstudio/vc8/
Dzlibvc.def35 gzputc @29
/external/zlib/contrib/vstudio/vc10/
Dzlibvc.def35 gzputc @29
/external/zlib/contrib/vstudio/vc9/
Dzlibvc.def35 gzputc @29
/external/zlib/contrib/ada/
Dzlib-thin.ads214 function gzputc (file : gzFile; char : Int) return Int; subprogspec
410 pragma Import (C, gzputc, "gzputc");
/external/chromium/third_party/zlib/
Dmozzconf.h79 #define gzputc MOZ_Z_gzputc macro
Dzlib.h1151 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
Dgzio.c682 int ZEXPORT gzputc(file, c) in gzputc() function
/external/zlib/old/as400/
Dbndsrc53 EXPORT SYMBOL("gzputc")
/external/zlib/as400/
Dbndsrc53 EXPORT SYMBOL("gzputc")
/external/zlib/
Dzconf.h70 # define gzputc z_gzputc macro
Dzlib.h1295 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
Dgzwrite.c221 int ZEXPORT gzputc(file, c) in gzputc() function
Dexample.c103 gzputc(file, 'h');
DFAQ62 9. Why do I get "undefined reference to gzputc"?
66 example.o(.text+0x154): undefined reference to `gzputc'
Dzconf.h.cmakein72 # define gzputc z_gzputc
Dzconf.h.in70 # define gzputc z_gzputc macro
Dgzio.c678 int ZEXPORT gzputc(file, c) in gzputc() function
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h1154 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h1151 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
Dgzio.c678 int ZEXPORT gzputc(file, c) in gzputc() function
/external/zlib/contrib/pascal/
Dexample.pas98 gzputc(zfile, 'h');

12