Searched refs:ZLIB_VERSION (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zlib.h | 40 #define ZLIB_VERSION "1.2.11" macro 1784 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1786 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1789 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1791 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1795 ZLIB_VERSION, (int)sizeof(z_stream)) 1798 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1800 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1803 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1805 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ [all …]
|
| H A D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
| H A D | FAQ | 104 ZLIB_VERSION symbol defined in zlib.h . 174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 176 identification string should be appended to ZLIB_VERSION. Version numbers 180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also 191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
| H A D | infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
| H A D | inflate.c | 204 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
| H A D | deflate.c | 256 static const char my_version[] = ZLIB_VERSION;
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | example_original.c | 569 static const char* myVersion = ZLIB_VERSION; 575 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
| H A D | example.c | 577 static const char* myVersion = ZLIB_VERSION; 583 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
| H A D | zwrapbench.c | 640 DISPLAY("benchmarking zlib %s\n", ZLIB_VERSION); in BMK_benchCLevel() 648 DISPLAY("benchmarking zlib %s (zlib not reusing a context)\n", ZLIB_VERSION); in BMK_benchCLevel() 656 DISPLAY("benchmarking zlib %s (using zlibWrapper)\n", ZLIB_VERSION); in BMK_benchCLevel() 664 DISPLAY("benchmarking zlib %s (zlibWrapper not reusing a context)\n", ZLIB_VERSION); in BMK_benchCLevel()
|
| H A D | fitblk.c | 158 printf("zlib version %s\n", ZLIB_VERSION); in main()
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 552 static const char* myVersion = ZLIB_VERSION; 558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
| H A D | infcover.c | 376 ret = inflateInit_(&strm, ZLIB_VERSION - 1, (int)sizeof(z_stream)); in cover_support()
|