Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds