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

/external/chromium_org/third_party/zlib/
H A Dmozzconf.h76 #define gzprintf MOZ_Z_gzprintf macro
H A Dzconf.h72 # define gzprintf z_gzprintf macro
H A Dgzwrite.c281 int ZEXPORTVA gzprintf (gzFile file, const char *format, ...) function
352 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, function
H A Dzlib.h1087 The sprintf variant used by gzprintf (zero is best):
1089 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1225 The new buffer size also affects the maximum length for gzprintf().
1264 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1267 control of the format string, as in fprintf. gzprintf returns the number of
1271 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/chromium/sdch/open-vcdiff/src/
H A Dzlib.h989 The sprintf variant used by gzprintf (zero is best):
991 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1125 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1128 control of the format string, as in fprintf. gzprintf returns the number of
1131 this limit is not exceeded. If it is exceeded, then gzprintf() will return
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h989 The sprintf variant used by gzprintf (zero is best):
991 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1125 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1128 control of the format string, as in fprintf. gzprintf returns the number of
1131 this limit is not exceeded. If it is exceeded, then gzprintf() will return
/external/open-vcdiff/src/zlib/
H A Dzlib.h989 The sprintf variant used by gzprintf (zero is best):
991 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1125 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1128 control of the format string, as in fprintf. gzprintf returns the number of
1131 this limit is not exceeded. If it is exceeded, then gzprintf() will return
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h989 The sprintf variant used by gzprintf (zero is best):
991 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1122 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1125 control of the format string, as in fprintf. gzprintf returns the number of
1128 this limit is not exceeded. If it is exceeded, then gzprintf() will return
H A Dgzio.c597 control of the format string, as in fprintf. gzprintf returns the number of
603 int ZEXPORTVA gzprintf (gzFile file, const char *format, /* args */ ...) function
637 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, function
/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 937 milliseconds