Searched defs:ZLIB_VERSION (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h64 #define ZLIB_VERSION "1.2.3" macro
237 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
260 with the version assumed by the caller (ZLIB_VERSION).
1356 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1358 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1361 (strategy), ZLIB_VERSION, sizeof(z_stream))
1363 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1366 ZLIB_VERSION, sizeof(z_stream))

Completed in 555 milliseconds