Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1659 ZLIB_VERSION, (int)sizeof(z_stream))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1659 ZLIB_VERSION, (int)sizeof(z_stream))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1659 ZLIB_VERSION, (int)sizeof(z_stream))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1659 ZLIB_VERSION, (int)sizeof(z_stream))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dcompression.cpp16 if (version[0] != ZLIB_VERSION[0]) { in __anonae6a6b5d0102()
19 ZLIB_VERSION, version); in __anonae6a6b5d0102()
/OK3568_Linux_fs/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))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/
H A D0001-png-fix-IDAT-windowsize-Fix-format-string-errors-in-.patch18 ZLIB_VERSION, zlib_version);
/OK3568_Linux_fs/u-boot/lib/
H A Dgzip.c71 ZLIB_VERSION, sizeof(z_stream)); in zzip()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch163 return ZLIB_VERSION;
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c590 ZLIB_VERSION); in processDeflatedEntry()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c589 ZLIB_VERSION); in processDeflatedEntry()
/OK3568_Linux_fs/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;
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch41 static const char my_version[] = ZLIB_VERSION;