Searched refs:ZLIB_VERSION (Results 1 - 5 of 5) sorted by relevance
/forgerock/web-agents-v4/zlib/ |
H A D | zlib.h | 40 #define ZLIB_VERSION "1.2.8" macro 217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null 582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
H A D | zutil.c | 32 return ZLIB_VERSION;
|
H A D | infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
H A D | inflate.c | 189 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
H A D | deflate.c | 226 static const char my_version[] = ZLIB_VERSION;
|
Completed in 149 milliseconds