Searched refs:last_flush (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c386 s->last_flush = Z_NO_FLUSH;
575 old_flush = s->last_flush;
576 s->last_flush = flush;
768 s->last_flush = -1;
799 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
824 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
684 old_flush = s->last_flush;
685 s->last_flush = flush;
877 s->last_flush = -1;
910 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
940 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h132 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c413 s->last_flush = Z_NO_FLUSH;
602 old_flush = s->last_flush;
603 s->last_flush = flush;
795 s->last_flush = -1;
826 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
851 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c380 s->last_flush = Z_NO_FLUSH;
603 old_flush = s->last_flush;
604 s->last_flush = flush;
796 s->last_flush = -1;
829 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
858 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1315 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state

Completed in 162 milliseconds