Searched refs:gzprintf (Results 1 – 13 of 13) sorted by relevance
372 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() function386 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
80 # define gzprintf z_gzprintf macro
261 The only one that we are aware of is potentially in gzprintf(). If zlib is264 gzbuffer()), other than the caller of gzprintf() assuring that the output268 insecure variation of sprintf() will be used by gzprintf(). Also the270 sprintf() is used by gzprintf().
68 necessary to get gzprintf working correctly. This is done by configure.
1349 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
137 if (gzprintf(file, ", %s!", "hello") != 8) {
78 - Cast to char * in gzprintf to avoid warnings [Zinser]259 - Add a check in configure for stdarg.h, use for gzprintf()449 - Defer compression of gzprintf() result until need to930 - Enchance comments in zlib.h on what happens if gzprintf() tries to987 - Document string limit for gzprintf() and possible buffer overflow1060 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)1147 - define EXPORTVA for gzprintf (Gilles Vollant)1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
258 The only one that we are aware of is potentially in gzprintf(). If zlib261 gzprintf() assuring that the output will not exceed 4K. On the other265 be used by gzprintf(). Also the zlibCompileFlags() function will return266 information on what variant of sprintf() is used by gzprintf().
1122 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
603 int ZEXPORTVA gzprintf (gzFile file, const char *format, /* args */ ...) in gzprintf() function637 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
72 necessary to get gzprintf working correctly. This is done by configure.
108 if (gzprintf(file, ", %s!", "hello") != 8) {
313 - Enchance comments in zlib.h on what happens if gzprintf() tries to370 - Document string limit for gzprintf() and possible buffer overflow443 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)530 - define EXPORTVA for gzprintf (Gilles Vollant)541 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and