Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member
A Ddeflate.c381 s->last_flush = Z_NO_FLUSH;
602 old_flush = s->last_flush;
603 s->last_flush = flush;
795 s->last_flush = -1;
828 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
857 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 6 milliseconds