HomeSort by relevance Sort by last modified time
    Searched refs:last_flush (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
deflate.h 105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
deflate.c 384 s->last_flush = Z_NO_FLUSH;
573 old_flush = s->last_flush;
574 s->last_flush = flush;
766 s->last_flush = -1;
797 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
822 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
    [all...]
  /external/zlib/
deflate.h 105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
deflate.c 380 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 */
    [all...]

Completed in 43 milliseconds