Lines Matching defs:ZLIB_VERSION
40 #define ZLIB_VERSION "1.3.1"
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
606 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1800 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1802 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1805 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1807 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1811 ZLIB_VERSION, (int)sizeof(z_stream))
1814 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1816 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1819 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1821 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1825 ZLIB_VERSION, (int)sizeof(z_stream))