Searched refs:gzprintf (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/third_party/zlib_v128/
H A Dgzwrite.c372 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) function
386 int ZEXPORTVA gzprintf ( function
H A Dzconf.h80 # define gzprintf z_gzprintf macro
H A Dzlib.h1208 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 Dgzwrite.c372 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 Dzconf.h80 # define gzprintf z_gzprintf macro
H A Dzlib.h1139 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 Dzconf.h.cmakein82 # define gzprintf z_gzprintf
H A Dzconf.h.in80 # define gzprintf z_gzprintf
/external/zlib/
H A Dzconf.h80 # define gzprintf z_gzprintf macro
H A Dzlib.h1139 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 Dexample.pas105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
107 WriteLn('gzprintf err: ', gzerror(zfile, err));
/external/zlib/src/test/
H A Dexample.c137 if (gzprintf(file, ", %s!", "hello") != 8) {
138 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));

Completed in 66 milliseconds