Searched refs:ZLIB_VERSION (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libz/ |
H A D | zlib.h | 40 #define ZLIB_VERSION "1.2.3" macro 213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 236 with the version assumed by the caller (ZLIB_VERSION). 1359 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 1361 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 1364 (strategy), ZLIB_VERSION, sizeof(z_stream)) 1366 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) 1369 ZLIB_VERSION, sizeof(z_stream))
|
H A D | zutil.c | 29 return ZLIB_VERSION;
|
H A D | example.c | 521 static const char* myVersion = ZLIB_VERSION; 527 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
H A D | infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
H A D | inflate.c | 152 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
H A D | deflate.c | 229 static const char my_version[] = ZLIB_VERSION;
|
/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] ||
|
Completed in 40 milliseconds