Home | History | Annotate | Download | only in include

Lines Matching refs:zlib_version

40 #define ZLIB_VERSION "1.2.3.3"
210 #define zlib_version zlibVersion()
216 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
238 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
239 with the version assumed by the caller (ZLIB_VERSION).
1352 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1354 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1357 (strategy), ZLIB_VERSION, sizeof(z_stream))
1359 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1362 ZLIB_VERSION, sizeof(z_stream))