Lines Matching defs:deflate
5 * by Paul Mackerras to aid in implementing Deflate compression and
285 /* +++ deflate.h */
287 /* deflate.h -- internal compression state
378 int last_flush; /* value of flush param for previous deflate call */
380 /* used by deflate.c: */
546 * See deflate.c for comments about the MIN_MATCH+1.
606 /* --- deflate.h */
608 /* +++ deflate.c */
610 /* deflate.c -- compress data using the deflation algorithm
648 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
661 /* #include "deflate.h" */
664 " deflate 1.1.4 Copyright 1995-2002 Jean-loup Gailly ";
678 finish_started, /* finish started, need only more output at next deflate */
719 * See deflate.c for comments about the MIN_MATCH+1.
749 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
957 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
993 err = deflate(strm, Z_PARTIAL_FLUSH);
1019 * Flush as much pending output as possible. All deflate() output goes
1046 int ZEXPORT deflate (z_streamp strm, int flush)
1048 int old_flush; /* value of flush param for previous deflate call */
1093 /* Since avail_out is 0, deflate will be called again with
1097 * return OK instead of BUF_ERROR at next call of deflate:
1134 * of deflate should use the same flush parameter to make sure
1173 /* If avail_out is zero, the application will call deflate again
1283 * and total number of bytes read. All deflate() input goes through
1390 * to make deflate deterministic.
1832 * matter since it will be recomputed at next deflate call.
1967 /* --- deflate.c */
1986 * in the deflate specification.
1990 * Deutsch, L.P.,"'Deflate' Compressed Data Format Specification".
1991 * Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc
2006 /* #include "deflate.h" */
3974 /* Table for deflate from PKZIP's appnote.txt. */
4394 * At the end of a Deflate-compressed PPP packet, we expect to have seen
4463 /* Tables for deflate from PKZIP's appnote.txt. */