Home | History | Annotate | Download | only in include

Lines Matching defs:ZLIB_VERSION

40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion()
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
1332 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1334 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1337 ZLIB_VERSION, sizeof(z_stream))
1339 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1342 ZLIB_VERSION, sizeof(z_stream))