Home
last modified time | relevance | path

Searched refs:deflateParams (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dzlib.h77 # define deflateParams z_deflateParams macro
535 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
/openbmc/qemu/ui/
H A Dvnc-enc-zlib.c93 if (deflateParams(zstream, vs->tight->compression, in vnc_zlib_stop()
H A Dvnc-enc-tight.c811 if (deflateParams(zstream, level, strategy) != Z_OK) { in tight_init_stream()
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c412 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() function