Searched refs:ZLIB_VERSION (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/subversion/
H A Dget-deps.sh37 ZLIB_VERSION=${ZLIB_VERSION:-"1.2.8"}
46 ZLIB=zlib-${ZLIB_VERSION}
104 $HTTP_FETCH http://sourceforge.net/projects/libpng/files/zlib/$ZLIB_VERSION/$ZLIB.tar.gz
/freebsd-11.0-release/sys/sys/
H A Dzlib.h247 #define ZLIB_VERSION "1.0.4P" macro
380 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
403 with the version assumed by the caller (ZLIB_VERSION).
998 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1000 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1003 (strategy), ZLIB_VERSION, sizeof(z_stream))
1005 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h42 #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))
H A Dzutil.c34 return ZLIB_VERSION;
H A Dinflate.c159 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
H A Ddeflate.c235 static const char my_version[] = ZLIB_VERSION;
/freebsd-11.0-release/lib/libz/
H A Dzlib.h40 #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 Dzutil.c32 return ZLIB_VERSION;
H A Dinfback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
H A Dinflate.c189 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
H A Ddeflate.c226 static const char my_version[] = ZLIB_VERSION;
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcompress.c38 static const char zlib_version_str[] = ZLIB_VERSION;
/freebsd-11.0-release/lib/libz/test/
H A Dexample.c552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
H A Dinfcover.c376 ret = inflateInit_(&strm, ZLIB_VERSION - 1, (int)sizeof(z_stream));
/freebsd-11.0-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c157 err = inflateInit_(&state->istream, ZLIB_VERSION, sizeof(z_stream));
169 ZLIB_VERSION, sizeof(z_stream));
325 err = inflateInit_(&stream, ZLIB_VERSION, sizeof(z_stream));
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_util.c134 return ZLIB_VERSION;
/freebsd-11.0-release/sys/libkern/
H A Dzlib.c758 static char* my_version = ZLIB_VERSION;
3135 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
5162 return ZLIB_VERSION;

Completed in 277 milliseconds