Home
last modified time | relevance | path

Searched refs:ZLIB_VERSION (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dzlib.h52 #define ZLIB_VERSION "1.2.3" macro
716 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
718 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/
H A D0001-png-fix-IDAT-windowsize-Fix-format-string-errors-in-.patch20 ZLIB_VERSION, zlib_version);
/openbmc/u-boot/lib/
H A Dgzip.c70 ZLIB_VERSION, sizeof(z_stream)); in zzip()
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch163 return ZLIB_VERSION;
/openbmc/u-boot/lib/zlib/
H A Dinflate.c38 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()
H A Ddeflate.c223 static const char my_version[] = ZLIB_VERSION;