Home
last modified time | relevance | path

Searched refs:Z_BLOCK (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h470 #define Z_BLOCK 5 macro
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c437 err = deflate(strm, Z_BLOCK);
590 flush > Z_BLOCK || flush < 0) {
841 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
H A Dinflate.c547 if (flush == Z_BLOCK) goto inf_leave; in inflate()