Searched refs:gzputc (Results 1 – 25 of 76) sorted by relevance
1234
36 private static extern int gzputc(IntPtr gzFile, int c); in gzputc() method in DotZLib.GZipStream231 int result = gzputc(_gzFile, (int)value); in WriteByte()
39 gzputc
50 gzputc
35 gzputc @29
214 function gzputc (file : gzFile; char : Int) return Int; subprogspec410 pragma Import (C, gzputc, "gzputc");