Searched defs:gzputc (Results 1 – 9 of 9) 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
245 int ZEXPORT gzputc(file, c) in gzputc() function
82 # define gzputc z_gzputc macro
245 int ZEXPORT gzputc( in gzputc() function