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

/ast/src/lib/libz/
H A Dexample.c189 err = deflate(&c_stream, Z_NO_FLUSH);
229 err = inflate(&d_stream, Z_NO_FLUSH);
270 err = deflate(&c_stream, Z_NO_FLUSH);
281 err = deflate(&c_stream, Z_NO_FLUSH);
288 err = deflate(&c_stream, Z_NO_FLUSH);
325 err = inflate(&d_stream, Z_NO_FLUSH);
404 inflate(&d_stream, Z_NO_FLUSH);
486 err = inflate(&d_stream, Z_NO_FLUSH);
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 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,
H A Dgzio.c554 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
691 s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
/ast/src/cmd/INIT/
H A Dratz.c530 #define Z_NO_FLUSH 0 macro
4050 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);

Completed in 40 milliseconds