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

/darwin-on-arm/xnu/libkern/zlib/
H A Dcompress.c80 err = deflate(&stream, Z_FINISH);
H A Dgzio.c96 z_off_t in; /* bytes into deflate or inflate */
97 z_off_t out; /* bytes out of deflate or inflate */
611 s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
730 flush is as in the deflate() function.
757 s->z_err = deflate(&(s->stream), flush);
763 /* deflate has finished flushing only when it hasn't used up
H A Ddeflate.c28 /* deflate.c -- compress data using the deflation algorithm
79 #include "deflate.h"
82 " deflate 1.2.3 Copyright 1995-2005 Jean-loup Gailly ";
96 finish_started, /* finish started, need only more output at next deflate */
142 * See deflate.c for comments about the MIN_MATCH+1.
179 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
405 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
469 err = deflate(strm, Z_PARTIAL_FLUSH);
510 * resulting from using fixed blocks instead of stored blocks, which deflate
556 * Flush as much pending output as possible. All deflate() outpu
581 int ZEXPORT deflate (strm, flush) function
[all...]
/darwin-on-arm/xnu/libkern/conf/
H A DMakefile.template34 deflate.o_CWARNFLAGS_ADD = -Wno-cast-qual
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_core.c267 : deflate(zs, Z_NO_FLUSH);
307 : deflate(zs, Z_FINISH);
347 /* reset the inflate/deflate state */
/darwin-on-arm/xnu/libkern/libkern/
H A Dzconf.h44 # define deflate z_deflate macro
178 /* The memory requirements for deflate are (in bytes):
H A Dzlib.h55 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
85 around a deflate stream, which is itself documented in RFC 1951.
90 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream.
197 /* Allowed flush values; see deflate() and inflate() below for details */
232 /* The deflate compression method (the only one supported in this version) */
267 perform any compression: this will be done by deflate().
271 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
273 deflate compresses as much data as possible, and stops when the input
278 The detailed semantics are as follows. deflate performs one or both of the
284 processing will resume at this point for the next call of deflate()
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dppp_deflate.c326 r = deflate(&state->strm, flush);
328 printf("z_compress: deflate returned %d (%s)\n",

Completed in 184 milliseconds