Searched defs:ZLIB_VERSION (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzlib.h40 #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))
/ast/src/cmd/INIT/
H A Dratz.c463 #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 24 milliseconds