Searched defs:ZLIB_VERSION (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | zlib.h | 133 #define ZLIB_VERSION "0.95P" macro 244 /* The application can compare zlib_version and ZLIB_VERSION for consistency.
|
| /illumos-gate/usr/src/uts/common/zmod/ |
| H A D | zlib.h | 42 #define ZLIB_VERSION "1.2.3" macro 215 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 238 with the version assumed by the caller (ZLIB_VERSION). 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))
|
| /illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.h | 372 #define ZLIB_VERSION "1.1.3P" macro 513 * The application can compare zlibVersion and ZLIB_VERSION for 539 * caller (ZLIB_VERSION). msg is set to null if there is no error 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))
|
| /illumos-gate/usr/src/boot/lib/libz/ |
| 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))
|
Completed in 1935 milliseconds