/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
GZipStream.cs | 36 private static extern int gzputc(IntPtr gzFile, int c);
method in class:DotZLib.GZipStream 231 int result = gzputc(_gzFile, (int)value);
|
/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 214 function gzputc (file : gzFile; char : Int) return Int; subprogspec 410 pragma Import (C, gzputc, "gzputc");
|
/src/sys/net/ |
zlib.h | 1040 ZEXTERN int ZEXPORT gzputc(gzFile, int); 1043 gzputc returns the value that was written, or -1 in case of error.
|
/src/common/dist/zlib/ |
zconf.h | 95 # define gzputc z_gzputc macro
|
gzwrite.c | 289 int ZEXPORT gzputc(gzFile file, int c) { function in typeref:typename:int ZEXPORT
|
zconf.h.in | 91 # define gzputc z_gzputc macro
|
zlib.h | 1510 ZEXTERN int ZEXPORT gzputc(gzFile file, int c); 1512 Compress and write c, converted to an unsigned char, into file. gzputc
|
zconf.h.cmakein | 93 # define gzputc z_gzputc
|
/src/common/dist/zlib/test/ |
example.c | 98 gzputc(file, 'h');
|
/src/common/dist/zlib/contrib/pascal/ |
example.pas | 98 gzputc(zfile, 'h');
|
/src/common/dist/zlib/os400/ |
zlib.inc | 204 D gzputc PR 10i 0 extproc('gzputc')
|