Lines Matching defs:ZLIB_VERSION
40 #define ZLIB_VERSION "1.3.0.1-motley"
221 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
244 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
605 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1799 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1801 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1804 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1806 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1810 ZLIB_VERSION, (int)sizeof(z_stream))
1813 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1815 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1818 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1820 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1824 ZLIB_VERSION, (int)sizeof(z_stream))