Searched refs:gzprintf (Results 1 - 12 of 12) sorted by relevance
/external/pdfium/third_party/zlib_v128/ |
H A D | gzwrite.c | 372 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) function 386 int ZEXPORTVA gzprintf ( function
|
H A D | zconf.h | 80 # define gzprintf z_gzprintf macro
|
H A D | zlib.h | 1208 The sprintf variant used by gzprintf (zero is best): 1210 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure! 1367 The new buffer size also affects the maximum length for gzprintf(). 1418 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1421 control of the format string, as in fprintf. gzprintf returns the number of 1425 exceeded. If it is exceeded, then gzprintf() will return an error (0) with
|
/external/zlib/src/ |
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 | 80 # 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
|
H A D | zconf.h.cmakein | 82 # define gzprintf z_gzprintf
|
H A D | zconf.h.in | 80 # define gzprintf z_gzprintf
|
/external/zlib/ |
H A D | zconf.h | 80 # 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
|
/external/zlib/src/contrib/pascal/ |
H A D | example.pas | 105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then 107 WriteLn('gzprintf err: ', gzerror(zfile, err));
|
/external/zlib/src/test/ |
H A D | example.c | 137 if (gzprintf(file, ", %s!", "hello") != 8) { 138 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));
|
Completed in 66 milliseconds