Searched refs:ZLIB_VERSION (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/zlib/ |
| H A D | zlib.h | 41 #define ZLIB_VERSION "1.2.12" macro 1798 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1800 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1803 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1805 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1809 ZLIB_VERSION, (int)sizeof(z_stream)) 1812 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1814 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1817 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1819 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ [all …]
|
| H A D | zutil.c | 30 return ZLIB_VERSION; in zlibVersion()
|
| H A D | inflate.c | 206 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|