Lines Matching refs:deflate

270 /* +++ deflate.h */
271 /* deflate.h -- internal compression state
281 /* From: deflate.h,v 1.10 1996/07/02 12:41:00 me Exp $ */
362 int last_flush; /* value of flush param for previous deflate call */
364 /* used by deflate.c: */
530 * See deflate.c for comments about the MIN_MATCH+1.
549 /* --- deflate.h */
551 /* +++ deflate.c */
552 /* deflate.c -- compress data using the deflation algorithm
601 /* From: deflate.c,v 1.15 1996/07/24 13:40:58 me Exp $ */
603 /* #include "deflate.h" */
605 char deflate_copyright[] = " deflate 1.0.4 Copyright 1995-1996 Jean-loup Gailly ";
619 finish_started, /* finish started, need only more output at next deflate */
660 * See deflate.c for comments about the MIN_MATCH+1.
690 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
893 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
928 err = deflate(strm, Z_PARTIAL_FLUSH);
955 * Flush as much pending output as possible. All deflate() output goes
983 int deflate (strm, flush)
987 int old_flush; /* value of flush param for previous deflate call */
1032 /* Since avail_out is 0, deflate will be called again with
1036 * return OK instead of BUF_ERROR at next call of deflate:
1073 * of deflate should use the same flush parameter to make sure
1112 /* If avail_out is zero, the application will call deflate again
1212 * and total number of bytes read. All deflate() input goes through
1321 * to make deflate deterministic.
1707 * matter since it will be recomputed at next deflate call.
1843 /* --- deflate.c */
1861 * in the deflate specification.
1866 * Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc
1879 /* #include "deflate.h" */
3635 /* Table for deflate from PKZIP's appnote.txt. */
4146 /* Tables for deflate from PKZIP's appnote.txt. */