Searched refs:ZLIB_VERSION (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | zlib.h | 40 #define ZLIB_VERSION "1.2.12" macro 1797 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1799 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1802 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1804 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1808 ZLIB_VERSION, (int)sizeof(z_stream)) 1811 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1813 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1816 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1818 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ [all …]
|
H A D | zutil.c | 27 return ZLIB_VERSION; in zlibVersion()
|
H A D | infback.c | 33 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateBackInit_()
|
H A D | inflate.c | 197 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()
|
H A D | deflate.c | 254 static const char my_version[] = ZLIB_VERSION;
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 370 #define ZLIB_VERSION "1.1.3P" macro 1181 deflateInit_((strm), (level), ZLIB_VERSION, sizeof (z_stream)) 1183 inflateInit_((strm), ZLIB_VERSION, sizeof (z_stream)) 1186 (strategy), ZLIB_VERSION, sizeof (z_stream)) 1188 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof (z_stream))
|
H A D | zlib.c | 861 static const char *my_version = ZLIB_VERSION; 3669 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || 5856 return (ZLIB_VERSION); in zlibVersion()
|
/illumos-gate/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 | 4571 char *zlib_version = ZLIB_VERSION;
|
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 463 #define ZLIB_VERSION "1.2.3" macro 576 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) 2378 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|