Searched refs:ZLIB_VERSION (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/zlib/ |
H A D | zlib.h | 40 #define ZLIB_VERSION "1.3.1" macro 221 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 244 with the version assumed by the caller (ZLIB_VERSION). msg is set to null 606 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is 1800 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1802 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1805 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1807 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1811 ZLIB_VERSION, (int)sizeof(z_stream)) 1814 deflateInit_((strm), (level), ZLIB_VERSION, (in [all...] |
Completed in 3 milliseconds