Searched refs:ZLIB_VERSION (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/zlib/ |
| H A D | zlib.h | 44 #define ZLIB_VERSION "1.3.2" macro 1924 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1926 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1929 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1931 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1935 ZLIB_VERSION, (int)sizeof(z_stream)) 1938 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1940 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1943 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1945 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ [all …]
|
| H A D | zutil.c | 28 return ZLIB_VERSION; in zlibVersion()
|
| H A D | FAQ | 103 ZLIB_VERSION symbol defined in zlib.h . 177 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 179 identification string should be appended to ZLIB_VERSION. Version numbers 183 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also 194 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
| H A D | infback.c | 30 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateBackInit_()
|
| H A D | inflate.c | 178 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()
|
| H A D | deflate.c | 392 static const char my_version[] = ZLIB_VERSION; in deflateInit2_()
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | example.c | 501 static const char* myVersion = ZLIB_VERSION; in main() 507 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { in main() 513 ZLIB_VERSION, (unsigned)ZLIB_VERNUM, zlibCompileFlags()); in main()
|
| /freebsd/lib/libz/ |
| H A D | Makefile | 56 ZLIB_VERSION!= sed -n '/define.*ZLIB_VERSION/{s,[^0-9.],,gp;q;}' ${ZLIBSRC}/zlib.h macro
|
| /freebsd/crypto/openssl/crypto/comp/ |
| H A D | c_zlib.c | 130 err = inflateInit_(&state->istream, ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init() 140 ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init()
|
| /freebsd/contrib/libfido2/ |
| H A D | CMakeLists.txt | 458 message(STATUS "ZLIB_VERSION: ${ZLIB_VERSION}")
|
| /freebsd/crypto/openssh/ |
| H A D | configure.ac | 1619 n = sscanf(ZLIB_VERSION, "%d.%d.%d.%d", &a, &b, &c, &d); 1623 fprintf(stderr, "found zlib version %s (%d)\n", ZLIB_VERSION, v);
|