/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))
|
/external/zlib/ |
D | zlib.h | 40 #define ZLIB_VERSION "1.2.11" macro 74 # undef ZLIB_VERSION 75 # define ZLIB_VERSION "1.2.8" 81 # undef ZLIB_VERSION 82 # define ZLIB_VERSION "1.2.6" 1837 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1839 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1842 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1844 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1848 ZLIB_VERSION, (int)sizeof(z_stream)) [all …]
|
D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zlib.h | 40 #define ZLIB_VERSION "1.2.11" macro 1780 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1782 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1785 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1787 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1791 ZLIB_VERSION, (int)sizeof(z_stream)) 1794 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1796 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1799 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1801 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ [all …]
|
D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 40 #define ZLIB_VERSION "1.2.11" macro 1780 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1782 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1785 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1787 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1791 ZLIB_VERSION, (int)sizeof(z_stream)) 1794 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1796 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1799 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1801 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ [all …]
|
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 | 29 return ZLIB_VERSION; in zlibVersion()
|
/external/rust/crates/libz-sys/src/zlib/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/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | zlibpas.pas | 13 ZLIB_VERSION = '1.2.11'; 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/libwebsockets/win32port/zlib/ |
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))
|
D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zlib.h | 48 #define ZLIB_VERSION "1.2.11.zlib-ng" macro 1744 #define deflateInit(strm, level) deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1745 #define inflateInit(strm) inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1748 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1749 #define inflateInit2(strm, windowBits) inflateInit2_((strm), (windowBits), ZLIB_VERSION, (int)sizeo… 1751 … inflateBackInit_((strm), (windowBits), (window), ZLIB_VERSION, (int)sizeof(z_stream))
|
D | zutil.c | 30 return ZLIB_VERSION; in zlibVersion()
|
D | FAQ.zlib | 110 ZLIB_VERSION symbol defined in zlib.h . 180 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 182 identification string should be appended to ZLIB_VERSION. Version numbers 186 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also 197 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
/external/rust/crates/libz-sys/src/zlib-ng/win32/ |
D | zlib1.rc | 27 VALUE "FileVersion", ZLIB_VERSION "\0" 32 VALUE "ProductVersion", ZLIB_VERSION "\0"
|
/external/rust/crates/libz-sys/src/zlib/win32/ |
D | zlib1.rc | 27 VALUE "FileVersion", ZLIB_VERSION "\0" 32 VALUE "ProductVersion", ZLIB_VERSION "\0"
|
/external/rust/crates/flate2/src/ffi/ |
D | c.rs | 375 const ZLIB_VERSION: &'static str = "1.2.8\0"; constant 392 ZLIB_VERSION.as_ptr() as *const c_char, in mz_deflateInit2() 400 ZLIB_VERSION.as_ptr() as *const c_char, in mz_inflateInit2() 439 const ZLIB_VERSION: &'static str = "1.2.8\0"; constant 456 ZLIB_VERSION.as_ptr() as *const c_char, in mz_deflateInit2() 464 ZLIB_VERSION.as_ptr() as *const c_char, in mz_inflateInit2()
|
/external/libwebsockets/test-apps/android/app/src/main/jni/ |
D | Application.mk | 12 ZLIB_VERSION := 1.2.8
|
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/ |
D | infback9.h | 33 ZLIB_VERSION, sizeof(z_stream))
|
/external/zstd/zlibWrapper/examples/ |
D | example.c | 577 static const char* myVersion = ZLIB_VERSION; 583 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
D | example_original.c | 569 static const char* myVersion = ZLIB_VERSION; 575 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
D | zwrapbench.c | 640 DISPLAY("benchmarking zlib %s\n", ZLIB_VERSION); in BMK_benchCLevel() 648 DISPLAY("benchmarking zlib %s (zlib not reusing a context)\n", ZLIB_VERSION); in BMK_benchCLevel() 656 DISPLAY("benchmarking zlib %s (using zlibWrapper)\n", ZLIB_VERSION); in BMK_benchCLevel() 664 DISPLAY("benchmarking zlib %s (zlibWrapper not reusing a context)\n", ZLIB_VERSION); in BMK_benchCLevel()
|
/external/rust/crates/libz-sys/src/zlib/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()
|