Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c500 s->last_flush = -2;
593 s->last_flush != -2) {
785 old_flush = s->last_flush;
786 s->last_flush = flush;
798 s->last_flush = -1;
847 s->last_flush = -1;
873 s->last_flush = -1;
916 s->last_flush = -1;
939 s->last_flush = -1;
978 s->last_flush = -1;
[all …]
H A Ddeflate.h111 int last_flush; /* value of flush param for previous deflate call */ member