Home | History | Annotate | Download | only in zlib_v128

Lines Matching defs:zlib_version

109 #define ZLIB_VERSION "1.2.8"
279 #define zlib_version zlibVersion()
286 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
308 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
309 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
650 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
651 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1717 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1719 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1722 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1724 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1728 ZLIB_VERSION, (int)sizeof(z_stream))