Searched refs:gzprintf (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/zlib/ |
H A D | gzwrite.c | 372 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) function 386 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, function
|
H A D | zconf.h | 86 # define gzprintf z_gzprintf macro
|
H A D | zlib.h | 1139 The sprintf variant used by gzprintf (zero is best): 1141 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure! 1298 The new buffer size also affects the maximum length for gzprintf(). 1349 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1352 control of the format string, as in fprintf. gzprintf returns the number of 1356 exceeded. If it is exceeded, then gzprintf() will return an error (0) with
|
Completed in 154 milliseconds