Home
last modified time | relevance | path

Searched refs:ZLIB_VERSION (Results 1 – 25 of 62) sorted by relevance

123

/external/freetype/src/gzip/
Dzlib.h40 #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/
Dzlib.h40 #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 …]
Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
/external/rust/crates/libz-sys/src/zlib/
Dzlib.h40 #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 …]
Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
/external/python/cpython2/Modules/zlib/
Dzlib.h40 #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 …]
Dexample.c552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib-thin.adb13 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/
Dzlibpas.pas13 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/
Dzlib.h40 #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))
Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
/external/rust/crates/libz-sys/src/zlib-ng/
Dzlib.h48 #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))
Dzutil.c30 return ZLIB_VERSION; in zlibVersion()
DFAQ.zlib110 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/
Dzlib1.rc27 VALUE "FileVersion", ZLIB_VERSION "\0"
32 VALUE "ProductVersion", ZLIB_VERSION "\0"
/external/rust/crates/libz-sys/src/zlib/win32/
Dzlib1.rc27 VALUE "FileVersion", ZLIB_VERSION "\0"
32 VALUE "ProductVersion", ZLIB_VERSION "\0"
/external/rust/crates/flate2/src/ffi/
Dc.rs375 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/
DApplication.mk12 ZLIB_VERSION := 1.2.8
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/
Dinfback9.h33 ZLIB_VERSION, sizeof(z_stream))
/external/zstd/zlibWrapper/examples/
Dexample.c577 static const char* myVersion = ZLIB_VERSION;
583 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dexample_original.c569 static const char* myVersion = ZLIB_VERSION;
575 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dzwrapbench.c640 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/
Dexample.c552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/external/libpng/contrib/gregbook/
Dreadpng.c82 ZLIB_VERSION, zlib_version); in readpng_version_info()

123