Searched defs:deflate (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.h34 bool deflate; /* do Deflate? */ member in struct:ccp_options
37 bool deflate_correct; /* use correct code for deflate? */
38 bool deflate_draft; /* use draft RFC code for deflate? */
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h70 #define deflate z_deflate macro
H A Ddeflate.c6 /* deflate.c -- compress data using the deflation algorithm
57 #include "deflate.h"
60 " deflate 1.2.3 Copyright 1995-2005 Jean-loup Gailly ";
74 finish_started, /* finish started, need only more output at next deflate */
120 * See deflate.c for comments about the MIN_MATCH+1.
157 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
382 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
446 err = deflate(strm, Z_PARTIAL_FLUSH);
487 * resulting from using fixed blocks instead of stored blocks, which deflate
533 * Flush as much pending output as possible. All deflate() outpu
558 int ZEXPORT deflate (strm, flush) function
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h83 * (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
101 #define deflate z_deflate macro
203 * The memory requirements for deflate are (in bytes):
468 /* Allowed flush values; see deflate() below for details */
502 /* The deflate compression method (the only one supported in this version) */
541 * will be done by deflate().
545 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
553 * the next call of deflate().
562 * Before the call of deflate(), the application should ensure that at
568 * each call of deflate()
[all...]
H A Dzlib.c276 /* +++ deflate.h */
278 * deflate.h -- internal compression state
289 /* From: deflate.h,v 1.10 1996/07/02 12:41:00 me Exp $ */
373 /* value of flush param for previous deflate call */
376 /* used by deflate.c: */
574 * See deflate.c for comments about the MIN_MATCH+1.
631 /* --- deflate.h */
633 /* +++ deflate.c */
635 * deflate.c -- compress data using the deflation algorithm
684 /* From: deflate
1115 deflate(strm, flush) function
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c0 /* deflate.c -- compress data using the deflation algorithm
52 #include "deflate.h"
55 " deflate 1.2.8 Copyright 1995-2013 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
411 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
515 err = deflate(strm, Z_BLOCK);
558 * resulting from using fixed blocks instead of stored blocks, which deflate
585 case 0: /* raw deflate */
637 * Flush as much pending output as possible. All deflate() outpu
665 int ZEXPORT deflate (strm, flush) function
[all...]
H A Dzconf.h40 # define deflate z_deflate macro
250 /* The memory requirements for deflate are (in bytes):
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c132 /* 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() cod
731 int deflate (strm, flush) function
[all...]

Completed in 64 milliseconds