• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/

Lines Matching defs:deflate

259 /* +++ deflate.h */
260 /* deflate.h -- internal compression state
270 /* From: deflate.h,v 1.10 1996/07/02 12:41:00 me Exp $ */
351 int last_flush; /* value of flush param for previous deflate call */
353 /* used by deflate.c: */
519 * See deflate.c for comments about the MIN_MATCH+1.
538 /* --- deflate.h */
540 /* +++ deflate.c */
541 /* deflate.c -- compress data using the deflation algorithm
590 /* From: deflate.c,v 1.15 1996/07/24 13:40:58 me Exp $ */
592 /* #include "deflate.h" */
594 char deflate_copyright[] = " deflate 1.0.4 Copyright 1995-1996 Jean-loup Gailly ";
608 finish_started, /* finish started, need only more output at next deflate */
649 * See deflate.c for comments about the MIN_MATCH+1.
679 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
882 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
917 err = deflate(strm, Z_PARTIAL_FLUSH);
944 * Flush as much pending output as possible. All deflate() output goes
972 int deflate (strm, flush)
976 int old_flush; /* value of flush param for previous deflate call */
1021 /* Since avail_out is 0, deflate will be called again with
1025 * return OK instead of BUF_ERROR at next call of deflate:
1062 * of deflate should use the same flush parameter to make sure
1101 /* If avail_out is zero, the application will call deflate again
1201 * and total number of bytes read. All deflate() input goes through
1310 * to make deflate deterministic.
1696 * matter since it will be recomputed at next deflate call.
1832 /* --- deflate.c */
1850 * in the deflate specification.
1855 * Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc
1868 /* #include "deflate.h" */
3626 /* Table for deflate from PKZIP's appnote.txt. */
4133 /* Tables for deflate from PKZIP's appnote.txt. */