Searched refs:gzputc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h1153 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1156 gzputc returns the value that was written, or -1 in case of error.
/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h88 # define gzputc z_gzputc macro
H A Dgzwrite.c307 int ZEXPORT gzputc(file, c) function
H A Dzlib.h1505 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1507 Writes c, converted to an unsigned char, into the compressed file. gzputc
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c132 gzputc(file, 'h');

Completed in 119 milliseconds