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