Lines Matching refs:ZLIB_VERSION
40 #define ZLIB_VERSION "1.2.11"
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
1781 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1783 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1786 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1788 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1792 ZLIB_VERSION, (int)sizeof(z_stream))
1795 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1797 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1800 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1802 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1806 ZLIB_VERSION, (int)sizeof(z_stream))