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 */
213 perform any compression: this will be done by deflate().
230 processing will resume at this point for the next call of deflate().
324 accordingly; otherwise the allocation will be deferred to the first call of
332 the zlib header if present: this will be done by inflate(). (So next_in and
350 will resume at this point for the next call of inflate().
370 zlib or gzip format, this will cause inflate() to return immediately after
372 will go ahead and process the first block, and will return when it gets to
376 Also to assist in this, on return inflate() will set strm->data_type to the
381 deflate stream. The end-of-block will not be indicated until all of the
384 bit 7 of data_type is set, in which case the number of unused bits will be
413 inflate() will decompress and check either zlib-wrapped or gzip-wrapped
494 not perform any compression: this will be done by deflate().
532 perform any compression: this will be done by deflate().
542 This function can be useful when several compression strategies will be
544 data with a filter. The streams that will be discarded should then be freed
559 The stream will keep the same compression level and any other attributes
580 is compressed with the old level (and may be flushed); the new level will
605 size is given as input, inflate() will return with the error code
609 determines the window size. inflate() will then process raw deflate data,
622 detection, or add 16 to decode only the gzip format (the zlib format will
629 any decompression apart from reading the zlib header if present: this will
652 perform any decompression: this will be done by subsequent calls of
677 The stream will keep attributes that may have been set by inflateInit2.