Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dgzip.c84 Z_NO_FLUSH : Z_FINISH; in zzip()
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c380 s->last_flush = Z_NO_FLUSH;
815 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
1483 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1533 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1630 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1723 Assert (flush != Z_NO_FLUSH, "no flush?");
1754 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) {
1816 if (flush == Z_NO_FLUSH)
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h465 #define Z_NO_FLUSH 0 macro