/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 95 #define gzprintf Cr_z_gzprintf macro
|
H A D | gzwrite.c | 23 /* 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 D | zconf.h | 99 # 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! 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 D | chromeconf.h | 98 #define gzprintf Cr_z_gzprintf macro
|
H A D | gzwrite.c | 15 /* 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 D | zconf.h | 102 # define gzprintf z_gzprintf macro
|
H A D | zlib.h | 1210 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 D | chromeconf.h | 95 #define gzprintf Cr_z_gzprintf macro
|
H A D | gzwrite.c | 23 /* 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 D | zconf.h | 99 # define gzprintf z_gzprintf macro
|
H A D | zlib.h | 1206 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 D | gzwrite.c | 281 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 D | zconf.h | 70 # define gzprintf z_gzprintf
macro
|
H A D | zlib.h | 1082 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 D | gzwrite.c | 18 /* 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 D | zconf.h | 90 # define gzprintf z_gzprintf macro
|
H A D | zlib.h | 1211 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 D | example.pas | 105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then 107 WriteLn('gzprintf err: ', gzerror(zfile, err));
|
/third_party/zlib/test/ |
H A D | example.c | 107 if (gzprintf(file, ", %s!", "hello") != 8) { in test_gzio() 108 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err)); in test_gzio()
|