Searched refs:ZLIB_VERSION (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/zmod/ |
H A D | zlib.h | 42 #define ZLIB_VERSION "1.2.3" macro 1334 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 1336 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 1339 (strategy), ZLIB_VERSION, sizeof(z_stream)) 1341 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) 1344 ZLIB_VERSION, sizeof(z_stream))
|
H A D | zutil.c | 34 return ZLIB_VERSION; in zlibVersion()
|
H A D | inflate.c | 159 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
H A D | deflate.c | 235 static const char my_version[] = ZLIB_VERSION;
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 372 #define ZLIB_VERSION "1.1.3P" macro 1183 deflateInit_((strm), (level), ZLIB_VERSION, sizeof (z_stream)) 1185 inflateInit_((strm), ZLIB_VERSION, sizeof (z_stream)) 1188 (strategy), ZLIB_VERSION, sizeof (z_stream)) 1190 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof (z_stream))
|
H A D | zlib.c | 863 static const char *my_version = ZLIB_VERSION; 3671 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || 5858 return (ZLIB_VERSION); in zlibVersion()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 133 #define ZLIB_VERSION "0.95P" macro
|
H A D | zlib.c | 4557 char *zlib_version = ZLIB_VERSION;
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 159 ZLIB_VERSION, sizeof (z_stream)) != Z_OK) in ctf_zdata_init() 326 if ((err = zlib.z_initcomp(&zs, Z_BEST_COMPRESSION, ZLIB_VERSION, in z_compress()
|