Home | History | Annotate | Download | only in linux

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 */
208 perform any compression: this will be done by deflate().
225 processing will resume at this point for the next call of deflate().
319 accordingly; otherwise the allocation will be deferred to the first call of
327 the zlib header if present: this will be done by inflate(). (So next_in and
345 will resume at this point for the next call of inflate().
365 zlib or gzip format, this will cause inflate() to return immediately after
367 will go ahead and process the first block, and will return when it gets to
371 Also to assist in this, on return inflate() will set strm->data_type to the
376 deflate stream. The end-of-block will not be indicated until all of the
379 bit 7 of data_type is set, in which case the number of unused bits will be
408 inflate() will decompress and check either zlib-wrapped or gzip-wrapped
489 not perform any compression: this will be done by deflate().
527 perform any compression: this will be done by deflate().
537 This function can be useful when several compression strategies will be
539 data with a filter. The streams that will be discarded should then be freed
554 The stream will keep the same compression level and any other attributes
575 is compressed with the old level (and may be flushed); the new level will
600 size is given as input, inflate() will return with the error code
604 determines the window size. inflate() will then process raw deflate data,
617 detection, or add 16 to decode only the gzip format (the zlib format will
624 any decompression apart from reading the zlib header if present: this will
647 perform any decompression: this will be done by subsequent calls of
672 The stream will keep attributes that may have been set by inflateInit2.