Lines Matching defs:deflate
132 /* deflate.h -- internal compression state
144 /* From: deflate.h,v 1.5 1995/05/03 17:27:09 jloup Exp */
228 /* used by deflate.c: */
399 * See deflate.c for comments about the MIN_MATCH+1.
419 /* deflate.c -- compress data using the deflation algorithm
458 * Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc
468 /* From: deflate.c,v 1.8 1995/05/03 17:27:08 jloup Exp */
470 local char zlib_copyright[] = " deflate Copyright 1995 Jean-loup Gailly ";
488 * See deflate.c for comments about the MIN_MATCH+1.
518 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
681 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
731 int deflate (strm, flush)
797 * of deflate should use the same flush parameter to make sure
846 /* If avail_out is zero, the application will call deflate again
1301 * matter since it will be recomputed at next deflate call.
1455 * in the deflate specification.
1460 * Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc
3158 /* Table for deflate from PKZIP's appnote.txt. */
3633 /* Tables for deflate from PKZIP's appnote.txt. */