Lines Matching defs:deflate
0 /* deflate.c -- compress data using the deflation algorithm
52 #include "deflate.h"
55 " deflate 1.2.6 Copyright 1995-2012 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
411 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
515 err = deflate(strm, Z_BLOCK);
556 * resulting from using fixed blocks instead of stored blocks, which deflate
583 case 0: /* raw deflate */
635 * Flush as much pending output as possible. All deflate() output goes
663 int ZEXPORT deflate (strm, flush)
667 int old_flush; /* value of flush param for previous deflate call */
871 /* Since avail_out is 0, deflate will be called again with
875 * return OK instead of BUF_ERROR at next call of deflate:
914 * of deflate should use the same flush parameter to make sure
969 /* If avail_out is zero, the application will call deflate again
1069 * and total number of bytes read. All deflate() input goes through
1187 * to make deflate deterministic.
1203 * the output of deflate is not affected by the uninitialized values.
1700 * matter since it will be recomputed at next deflate call.
1857 * deflate switches away from Z_RLE.)
1930 * (It will be regenerated if this run of deflate switches away from Huffman.)