/external/freetype/src/gzip/ |
D | zlib.h | 40 #define ZLIB_VERSION "1.1.4" macro 816 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 818 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 821 (strategy), ZLIB_VERSION, sizeof(z_stream)) 823 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
|
D | inflate.c | 88 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.adb | 13 ZLIB_VERSION : constant Chars_Ptr := zlibVersion; constant 55 ZLIB_VERSION, 65 return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size);
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 13 ZLIB_VERSION = '1.2.8'; 229 Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream)); 236 ZLIB_VERSION, sizeof(z_stream)); 241 Result := inflateInit_(strm, ZLIB_VERSION, sizeof(z_stream)); 246 Result := inflateInit2_(strm, windowBits, ZLIB_VERSION, sizeof(z_stream)); 253 ZLIB_VERSION, sizeof(z_stream));
|
/external/syslinux/com32/include/ |
D | zlib.h | 40 #define ZLIB_VERSION "1.2.5" macro 1547 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 1549 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 1552 (strategy), ZLIB_VERSION, sizeof(z_stream)) 1554 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) 1557 ZLIB_VERSION, sizeof(z_stream))
|
/external/zlib/src/win32/ |
D | zlib1.rc | 27 VALUE "FileVersion", ZLIB_VERSION "\0" 32 VALUE "ProductVersion", ZLIB_VERSION "\0"
|
/external/zlib/src/ |
D | zlib.h | 40 #define ZLIB_VERSION "1.2.8" macro 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
D | zutil.c | 32 return ZLIB_VERSION; in zlibVersion()
|
D | FAQ | 104 ZLIB_VERSION symbol defined in zlib.h . 174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 176 identification string should be appended to ZLIB_VERSION. Version numbers 180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also 191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 40 #define ZLIB_VERSION "1.2.8" macro 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
D | example.c | 552 static const char* myVersion = ZLIB_VERSION; 558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
D | zutil.c | 32 return ZLIB_VERSION; in zlibVersion()
|
D | FAQ | 104 ZLIB_VERSION symbol defined in zlib.h . 174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 176 identification string should be appended to ZLIB_VERSION. Version numbers 180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also 191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
/external/zlib/ |
D | zlib.h | 40 #define ZLIB_VERSION "1.2.8" macro 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
/external/pdfium/third_party/zlib_v128/ |
D | zlib.h | 109 #define ZLIB_VERSION "1.2.8" macro 1717 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1719 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1722 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1724 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1728 ZLIB_VERSION, (int)sizeof(z_stream))
|
D | zutil.c | 32 return ZLIB_VERSION; in zlibVersion()
|
/external/zlib/src/contrib/infback9/ |
D | infback9.h | 33 ZLIB_VERSION, sizeof(z_stream))
|
/external/zlib/src/test/ |
D | example.c | 552 static const char* myVersion = ZLIB_VERSION; 558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
/external/libpng/contrib/gregbook/ |
D | readpng.c | 82 ZLIB_VERSION, zlib_version); in readpng_version_info()
|
D | writepng.c | 75 ZLIB_VERSION, zlib_version); in writepng_version_info()
|
D | readpng2.c | 88 ZLIB_VERSION, zlib_version); in readpng2_version_info()
|
/external/syslinux/com32/lib/zlib/ |
D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
D | FAQ | 102 ZLIB_VERSION symbol defined in zlib.h . 172 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 174 identification string should be appended to ZLIB_VERSION. Version numbers 178 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also 189 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
/external/skia/third_party/libpng/ |
D | pngtest.c | 1699 ZLIB_VERSION); in test_one_file() 1730 ZLIB_VERSION); in test_one_file() 1776 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()
|
/external/syslinux/com32/lib/libpng/ |
D | pngtest.c | 1406 ZLIB_VERSION); in test_one_file() 1429 ZLIB_VERSION); in test_one_file() 1460 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()
|