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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h40 #define ZLIB_VERSION "1.1.4" macro
172 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
195 with the version assumed by the caller (ZLIB_VERSION).
871 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
873 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
876 (strategy), ZLIB_VERSION, sizeof(z_stream))
878 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))

Completed in 239 milliseconds