Home | History | Annotate | Download | only in zlib

Lines Matching refs:ZLIB_VERSION

40 #define ZLIB_VERSION "1.2.6"
210 #define zlib_version zlibVersion()
217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
239 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
578 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
579 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1626 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1628 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1631 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1633 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1637 ZLIB_VERSION, (int)sizeof(z_stream))