Home | History | Annotate | Download | only in src

Lines Matching full:zlib_version

40 #define ZLIB_VERSION "1.2.7"
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
581 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1631 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1633 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1636 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1638 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1642 ZLIB_VERSION, (int)sizeof(z_stream))