Lines Matching full:will

6   warranty.  In no event will the authors be held liable for any damages
56 (deflation) but other algorithms will be added later and will have the same
112 The opaque value provided by the application will be passed as the first
122 exactly 65536 bytes, but will not be required to allocate more than this
140 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
219 perform any compression: this will be done by deflate().
236 processing will resume at this point for the next call of deflate().
330 accordingly; otherwise the allocation will be deferred to the first call of
338 the zlib header if present: this will be done by inflate(). (So next_in and
356 will resume at this point for the next call of inflate().
376 zlib or gzip format, this will cause inflate() to return immediately after
378 will go ahead and process the first block, and will return when it gets to
382 Also to assist in this, on return inflate() will set strm->data_type to the
387 deflate stream. The end-of-block will not be indicated until all of the
390 bit 7 of data_type is set, in which case the number of unused bits will be
419 inflate() will decompress and check either zlib-wrapped or gzip-wrapped
500 not perform any compression: this will be done by deflate().
507 The stream will keep the same compression level and any other attributes
532 size is given as input, inflate() will return with the error code
536 determines the window size. inflate() will then process raw deflate data,
549 detection, or add 16 to decode only the gzip format (the zlib format will
556 any decompression apart from reading the zlib header if present: this will
565 The stream will keep attributes that may have been set by inflateInit2.