Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c535 s->last_flush = -2;
629 s->last_flush != -2) {
821 old_flush = s->last_flush;
822 s->last_flush = flush;
834 s->last_flush = -1;
885 s->last_flush = -1;
911 s->last_flush = -1;
954 s->last_flush = -1;
977 s->last_flush = -1;
1016 s->last_flush = -1;
[all …]
H A Ddeflate.h109 int last_flush; /* value of flush param for previous deflate call */ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c372 int last_flush; member
1018 s->last_flush = Z_NO_FLUSH;
1134 old_flush = s->last_flush;
1135 s->last_flush = flush;
1172 s->last_flush = -1;
1205 s->last_flush = -1;
1243 s->last_flush = -1;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1315 int last_flush; /* value of flush param for previous deflate call */ member