Home | History | Annotate | Download | only in include

Lines Matching full:zlib_version

40 #define ZLIB_VERSION "1.2.5"
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
572 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
573 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1547 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1549 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1552 (strategy), ZLIB_VERSION, sizeof(z_stream))
1554 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1557 ZLIB_VERSION, sizeof(z_stream))