Lines Matching defs:deflate
0 /* deflate.c -- compress data using the deflation algorithm
52 #include "deflate.h"
55 " deflate 1.2.5 Copyright 1995-2010 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
409 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
486 err = deflate(strm, Z_BLOCK);
527 * resulting from using fixed blocks instead of stored blocks, which deflate
554 case 0: /* raw deflate */
606 * Flush as much pending output as possible. All deflate() output goes
631 int ZEXPORT deflate (strm, flush)
635 int old_flush; /* value of flush param for previous deflate call */
839 /* Since avail_out is 0, deflate will be called again with
843 * return OK instead of BUF_ERROR at next call of deflate:
882 * of deflate should use the same flush parameter to make sure
936 /* If avail_out is zero, the application will call deflate again
1033 * and total number of bytes read. All deflate() input goes through
1150 * to make deflate deterministic.
1166 * the output of deflate is not affected by the uninitialized values.
1640 * matter since it will be recomputed at next deflate call.
1797 * deflate switches away from Z_RLE.)
1869 * (It will be regenerated if this run of deflate switches away from Huffman.)