Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dzlib.h145 #define Z_BLOCK 6 /* Only for inflate at present */ macro
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c98 if (flush == Z_BLOCK || flush == Z_PACKET_FLUSH) { in dfltcc_inflate()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h470 #define Z_BLOCK 5 macro
/openbmc/u-boot/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()
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.c409 if (flush == Z_BLOCK) goto inf_leave; in zlib_inflate()