Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching full:will

7   warranty.  In no event will the authors be held liable for any damages
47 (deflation) but other algorithms will be added later and will have the same
121 int hcrc; /* true if there was or will be a header crc */
135 The opaque value provided by the application will be passed as the first
145 exactly 65536 bytes, but will not be required to allocate more than this
163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
238 perform any compression: this will be done by deflate().
255 processing will resume at this point for the next call of deflate().
350 accordingly; otherwise the allocation will be deferred to the first call of
358 the zlib header if present: this will be done by inflate(). (So next_in and
376 will resume at this point for the next call of inflate().
396 zlib or gzip format, this will cause inflate() to return immediately after
398 will go ahead and process the first block, and will return when it gets to
402 Also to assist in this, on return inflate() will set strm->data_type to the
407 deflate stream. The end-of-block will not be indicated until all of the
410 bit 7 of data_type is set, in which case the number of unused bits will be
439 inflate() will decompress and check either zlib-wrapped or gzip-wrapped
501 determines the window size. deflate() will then generate raw deflate data
502 with no zlib header or trailer, and will not compute an adler32 check value.
506 compressed data instead of a zlib wrapper. The gzip header will have no
508 no header crc, and the operating system will be set to 255 (unknown). If a
535 not perform any compression: this will be done by deflate().
560 current implementation of deflate will use at most the window size minus
574 perform any compression: this will be done by deflate().
582 This function can be useful when several compression strategies will be
584 data with a filter. The streams that will be discarded should then be freed
599 The stream will keep the same compression level and any other attributes
615 is compressed with the old level (and may be flushed); the new level will
663 value will be inserted in the output.
682 1.3.x) do not support header crc's, and will report that it is a "multi-part
707 size is given as input, inflate() will return with the error code
711 determines the window size. inflate() will then process raw deflate data,
724 detection, or add 16 to decode only the gzip format (the zlib format will
731 any decompression apart from reading the zlib header if present: this will
754 perform any decompression: this will be done by subsequent calls of
793 The stream will keep attributes that may have been set by inflateInit2.
805 middle of a byte. The provided bits will be used before any bytes are used
809 least significant bits of value will be inserted in the input.
823 being decoded, then head->done is set to -1 to indicate that there will be
842 allocated memory, then the application will need to save those pointers
847 CRC if present. inflateReset() will reset the process to discard the header
871 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
910 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
913 case--and inflateBack() will return a buffer error. inflateBack() will call
916 non-zero, inflateBack() will return with an error. Neither in() nor out()
919 The length written by out() will be at most the window size. Any non-zero
924 in() will be called. Therefore strm->next_in must be initialized before
925 calling inflateBack(). If strm->next_in is Z_NULL, then in() will be called
927 must also be initialized, and then if strm->avail_in is not zero, input will
935 On return, inflateBack() will set strm->next_in and strm->avail_in to
942 distinguished using strm->next_in which will be Z_NULL only if in() returned
944 out() returning non-zero. (in() will always be called before out(), so
1078 case gzread will directly read from the file without decompression.
1091 The next call of gzclose on the returned gzFile will also close the
1128 this limit is not exceeded. If it is exceeded, then gzprintf() will return
1167 character pushed, or -1 on failure. gzungetc() will fail if a
1169 character will be discarded if the stream is repositioned with gzseek()