Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h95 #define gzprintf Cr_z_gzprintf macro
H A Dgzwrite.c23 /* allocate input buffer (double size for gzprintf) */
454 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() function
468 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
H A Dzconf.h99 # 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!
1375 The new buffer size also affects the maximum length for gzprintf().
1470 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
1473 control of the format string, as in fprintf. gzprintf returns the number of
1477 that this limit is not exceeded. If it is exceeded, then gzprintf() will
/third_party/node/deps/zlib/
H A Dchromeconf.h98 #define gzprintf Cr_z_gzprintf macro
H A Dgzwrite.c15 /* allocate input buffer (double size for gzprintf) */ in gz_init()
430 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { in gzprintf() function
443 int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3, in gzprintf() function
H A Dzconf.h102 # define gzprintf z_gzprintf macro
H A Dzlib.h1210 The sprintf variant used by gzprintf (zero is best):
1212 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1377 The new buffer size also affects the maximum length for gzprintf().
1470 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1473 control of the string format, as in fprintf. gzprintf returns the number of
1477 that this limit is not exceeded. If it is exceeded, then gzprintf() will
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h95 #define gzprintf Cr_z_gzprintf macro
H A Dgzwrite.c23 /* allocate input buffer (double size for gzprintf) */
451 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() function
465 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
H A Dzconf.h99 # define gzprintf z_gzprintf macro
H A Dzlib.h1206 The sprintf variant used by gzprintf (zero is best):
1208 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1373 The new buffer size also affects the maximum length for gzprintf().
1468 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
1471 control of the format string, as in fprintf. gzprintf returns the number of
1475 that this limit is not exceeded. If it is exceeded, then gzprintf() will
/third_party/libwebsockets/win32port/zlib/
H A Dgzwrite.c281 int ZEXPORTVA gzprintf (gzFile file, const char *format, ...) in gzprintf() function
352 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
H A Dzconf.h70 # define gzprintf z_gzprintf macro
H A Dzlib.h1082 The sprintf variant used by gzprintf (zero is best):
1084 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1220 The new buffer size also affects the maximum length for gzprintf().
1259 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1262 control of the format string, as in fprintf. gzprintf returns the number of
1266 exceeded. If it is exceeded, then gzprintf() will return an error (0) with
/third_party/zlib/
H A Dgzwrite.c18 /* allocate input buffer (double size for gzprintf) */ in gz_init()
437 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { in gzprintf() function
450 int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3, in gzprintf() function
H A Dzconf.h90 # define gzprintf z_gzprintf macro
H A Dzlib.h1211 The sprintf variant used by gzprintf (zero is best):
1213 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1378 The new buffer size also affects the maximum length for gzprintf().
1471 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1474 control of the string format, as in fprintf. gzprintf returns the number of
1478 that this limit is not exceeded. If it is exceeded, then gzprintf() will
/third_party/zlib/contrib/pascal/
H A Dexample.pas105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
107 WriteLn('gzprintf err: ', gzerror(zfile, err));
/third_party/zlib/test/
H A Dexample.c107 if (gzprintf(file, ", %s!", "hello") != 8) { in test_gzio()
108 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err)); in test_gzio()

Completed in 44 milliseconds