Home | History | Annotate | Download | only in src

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).
1348 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1350 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1353 (strategy), ZLIB_VERSION, sizeof(z_stream))
1355 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1358 ZLIB_VERSION, sizeof(z_stream))