Searched refs:gzputc (Results 1 – 25 of 25) sorted by relevance
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 36 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/ |
D | zlib.def | 39 gzputc
|
/external/zlib/src/win32/ |
D | zlib.def | 46 gzputc
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlibvc.def | 35 gzputc @29
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlibvc.def | 35 gzputc @29
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlibvc.def | 35 gzputc @29
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 214 function gzputc (file : gzFile; char : Int) return Int; subprogspec 410 pragma Import (C, gzputc, "gzputc");
|
/external/zlib/src/as400/ |
D | bndsrc | 53 EXPORT SYMBOL("gzputc")
|
D | zlib.inc | 185 D gzputc PR 10i 0 extproc('gzputc')
|
/external/pdfium/core/include/thirdparties/zlib/ |
D | zconf.h | 82 # define gzputc z_gzputc macro
|
D | zlib.h | 1450 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
/external/zlib/src/ |
D | zconf.h | 82 # define gzputc z_gzputc macro
|
D | zlib.h | 1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
D | gzwrite.c | 245 int ZEXPORT gzputc(file, c) in gzputc() function
|
D | FAQ | 62 9. Why do I get "undefined reference to gzputc"? 66 example.o(.text+0x154): undefined reference to `gzputc'
|
D | zconf.h.cmakein | 84 # define gzputc z_gzputc
|
D | zconf.h.in | 82 # define gzputc z_gzputc macro
|
D | ChangeLog | 37 - 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/ |
D | zconf.h | 82 # define gzputc z_gzputc macro
|
D | zlib.h | 1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | zconf.h | 82 # define gzputc z_gzputc macro
|
D | gzwrite.c | 245 int ZEXPORT gzputc( in gzputc() function
|
D | zlib.h | 1454 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 98 gzputc(zfile, 'h');
|
/external/zlib/src/test/ |
D | example.c | 132 gzputc(file, 'h');
|