Home | History | Annotate | Download | only in zlib

Lines Matching defs:zlib_version

42 #define ZLIB_VERSION "1.3.1"
216 #define zlib_version zlibVersion()
223 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
245 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
246 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
607 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
608 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1804 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1806 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1809 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1811 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1815 ZLIB_VERSION, (int)sizeof(z_stream))
1818 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1820 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1823 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1825 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1829 ZLIB_VERSION, (int)sizeof(z_stream))