Searched refs:Z_NO_FLUSH (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/slideshow/
H A Dzlib_load.c42 err = inflate(&d_stream, Z_NO_FLUSH);
/barrelfish-master/lib/zlib/
H A Ddeflate.c384 s->last_flush = Z_NO_FLUSH;
787 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
800 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1413 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1463 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1570 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1666 Assert (flush != Z_NO_FLUSH, "no flush?");
1700 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) {
H A Dgzio.c464 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
584 s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
/barrelfish-master/include/
H A Dzlib.h162 #define Z_NO_FLUSH 0 macro
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
/barrelfish-master/usr/ramfsd/
H A Dmain.c91 zerr = inflate(&d_stream, Z_NO_FLUSH);

Completed in 107 milliseconds