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

/haiku-fatelf/headers/libs/zlib/
H A Dzconf.h70 # define gzputc z_gzputc macro
H A Dzlib.h1295 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1297 Writes c, converted to an unsigned char, into the compressed file. gzputc
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dzlib.h738 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
741 gzputc returns the value that was written, or -1 in case of error.
/haiku-fatelf/src/libs/zlib/
H A Dzconf.h70 # define gzputc z_gzputc macro
H A Dzlib.h1295 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1297 Writes c, converted to an unsigned char, into the compressed file. gzputc
H A Dexample.c103 gzputc(file, 'h');
H A Dgzwrite.c221 int ZEXPORT gzputc(file, c) function

Completed in 107 milliseconds