Home
last modified time | relevance | path

Searched defs:gzputc (Results 1 – 3 of 3) sorted by relevance

/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs36 private static extern int gzputc(IntPtr gzFile, int c); in gzputc() method in DotZLib.GZipStream
/minix3/common/dist/zlib/contrib/ada/
H A Dzlib-thin.ads214 function gzputc (file : gzFile; char : Int) return Int; subprogspec
/minix3/common/dist/zlib/
H A Dgzio.c687 int ZEXPORT gzputc(file, c) in gzputc() function