Searched defs:gzputc (Results 1 – 3 of 3) sorted by relevance
36 private static extern int gzputc(IntPtr gzFile, int c); in gzputc() method in DotZLib.GZipStream
214 function gzputc (file : gzFile; char : Int) return Int; subprogspec
687 int ZEXPORT gzputc(file, c) in gzputc() function