Searched refs:ZLIB_VERSION (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.61.2/libkern/libkern/ |
| H A D | zlib.h | 67 #define ZLIB_VERSION "1.2.3" macro 1379 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 1381 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 1384 (strategy), ZLIB_VERSION, sizeof(z_stream)) 1386 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) 1389 ZLIB_VERSION, sizeof(z_stream))
|
| /xnu-8792.61.2/libkern/zlib/ |
| H A D | zutil.c | 56 return ZLIB_VERSION; in zlibVersion()
|
| H A D | infback.c | 62 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateBackInit_()
|
| H A D | inflate.c | 176 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()
|
| H A D | deflate.c | 247 static const char my_version[] = ZLIB_VERSION; in deflateInit2_()
|