/external/zlib/ |
D | libz.map.txt | 131 gzprintf;
|
D | chromeconf.h | 95 #define gzprintf Cr_z_gzprintf macro
|
D | gzwrite.c | 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
|
D | zconf.h | 103 # define gzprintf z_gzprintf macro
|
D | zlib.h | 1468 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
|
/external/v8/third_party/zlib/ |
D | chromeconf.h | 95 #define gzprintf Cr_z_gzprintf macro
|
D | gzwrite.c | 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
|
D | zconf.h | 99 # define gzprintf z_gzprintf macro
|
D | zlib.h | 1468 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
|
/external/python/cpython2/Modules/zlib/ |
D | FAQ | 261 The only one that we are aware of is potentially in gzprintf(). If zlib is 264 gzbuffer()), other than the caller of gzprintf() assuring that the output 268 insecure variation of sprintf() will be used by gzprintf(). Also the 270 sprintf() is used by gzprintf().
|
D | gzwrite.c | 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
|
D | zconf.h | 87 # define gzprintf z_gzprintf macro
|
D | README | 68 necessary to get gzprintf working correctly. This is done by configure.
|
D | zlib.h | 1468 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
|
D | example.c | 137 if (gzprintf(file, ", %s!", "hello") != 8) {
|
D | ChangeLog | 22 - Improve speed of gzprintf() in transparent mode 121 - Cast to char * in gzprintf to avoid warnings [Zinser] 302 - Add a check in configure for stdarg.h, use for gzprintf() 492 - Defer compression of gzprintf() result until need to 973 - Enchance comments in zlib.h on what happens if gzprintf() tries to 1030 - Document string limit for gzprintf() and possible buffer overflow 1103 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs) 1190 - define EXPORTVA for gzprintf (Gilles Vollant) 1201 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
|
D | zconf.h.cmakein | 89 # define gzprintf z_gzprintf
|
D | zconf.h.in | 87 # define gzprintf z_gzprintf macro
|