Home
last modified time | relevance | path

Searched refs:last_flush (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member
H A Ddeflate.c380 s->last_flush = Z_NO_FLUSH;
601 old_flush = s->last_flush;
602 s->last_flush = flush;
794 s->last_flush = -1;
827 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
856 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */