HomeSort by: relevance | last modified time | path
    Searched defs:zlib_version (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
zlib.h 334 #define ZLIB_VERSION "1.1.4"
461 #define zlib_version zlibVersion() macro
467 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
489 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
490 with the version assumed by the caller (ZLIB_VERSION).
1181 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1183 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1186 (strategy), ZLIB_VERSION, sizeof(z_stream))
1188 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
  /src/common/dist/zlib/
zlib.h 42 #define ZLIB_VERSION "1.3.1"
216 #define zlib_version zlibVersion() macro
223 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
245 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
246 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
607 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
608 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1804 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1806 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1809 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)
    [all...]

Completed in 35 milliseconds