• 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

46   (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
74 # define deflate z_deflate
161 /* The memory requirements for deflate are (in bytes):
335 /* Allowed flush values; see deflate() below for details */
367 /* The deflate compression method (the only one supported in this version) */
402 perform any compression: this will be done by deflate().
406 extern int EXPORT deflate OF((z_streamp strm, int flush));
413 processing will resume at this point for the next call of deflate().
421 Before the call of deflate(), the application should ensure that at least
426 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
444 seriously degrade the compression. If deflate returns with avail_out == 0,
447 complete (deflate returns with non-zero avail_out).
456 pending output is flushed and deflate returns with Z_STREAM_END if there
457 was enough output space; if deflate returns with Z_OK, this function must be
460 deflate has returned Z_STREAM_END, the only possible operations on the
465 0.1% larger than avail_in plus 12 bytes. If deflate does not return
468 deflate() may update data_type if it can make a good guess about
473 deflate() returns Z_OK if some progress has been made (more input
630 application for the next call of deflate().
642 deflate().
652 of deflate. The compressor and decompressor must use exactly the same
669 is inconsistent (for example if deflate has already been called for this
671 be done by deflate().
682 next call of deflate.
715 the new level will take effect only at the next call of deflate().
718 a call of deflate(), since the currently available input may have to
789 Skips invalid compressed data until the special marker (see deflate()
910 flush is as in the deflate() function. The return value is the zlib