Lines Matching full:with

61   with an interface similar to that of stdio using the functions that start
62 with "gz". The gzip format is different from the zlib format. gzip is a
151 compression ratio, compile the library with -DMAX_WBITS=14 (see zconf.h).
198 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */
208 /* for compatibility with versions < 1.0.2 */
215 not compatible with the zlib.h header file used by the application.
236 with the version assumed by the caller (ZLIB_VERSION).
269 and with zero avail_out, it must be called again after making room in the
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
289 If deflate returns with avail_out == 0, this function must be called again
290 with the same value of the flush parameter and more output space (updated
291 avail_out), until the flush is complete (deflate returns with non-zero
297 pending output is flushed and deflate returns with Z_STREAM_END if there
298 was enough output space; if deflate returns with Z_OK, this function must be
299 called again with Z_FINISH and more output space (updated avail_out) but no
300 more input data, until it returns with Z_STREAM_END or an error. After
323 fatal, and deflate() can be called again with more input and more output
355 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
388 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
455 inflate() can be called again with more input and more output space to
487 This is another version of deflateInit with more compression options. The
502 with no zlib header or trailer, and will not compute an adler32 check value.
521 encoding). Filtered data consists mostly of small values with a somewhat
549 to be encountered later in the data to be compressed, with the most commonly
552 predicted with good accuracy; the data can then be compressed better than
553 with the default empty dictionary.
584 data with a filter. The streams that will be discarded should then be freed
615 is compressed with the old level (and may be flushed); the new level will
658 is that this function is used to start off the deflate output with the
678 caller must assure that, if not Z_NULL, name and comment are terminated with
686 the time set to zero, and os set to 255, with no extra, name, or comment
697 This is another version of inflateInit with an extra parameter. The
706 deflateInit2() was not used. If a compressed stream with a larger window
707 size is given as input, inflate() will return with the error code
714 is for use with other formats that use the deflate compressed data format
723 32 to windowBits to enable zlib and gzip decoding with automatic header
761 description of deflate with Z_FULL_FLUSH) can be found, or until all
806 from next_in. This function should only be used with raw inflate, and
828 The text, time, xflags, and os fields are filled in with the gzip header
835 terminated with a zero unless the length is greater than name_max. If
837 terminated with a zero unless the length is greater than comm_max. When
840 absence. This allows the use of deflateSetHeader() with the returned
865 assured that deflate was used with small window sizes, windowBits must be 15
884 inflateBack() does a raw inflate with a single call using a call-back
892 and to initialize the state with the user-provided window buffer.
894 deflate stream with each call. inflateBackEnd() is then called to free
897 A raw deflate stream is one with no zlib or gzip header or trailer.
916 non-zero, inflateBack() will return with an error. Neither in() nor out()
986 21: FASTEST -- deflate algorithm with only one, lowest compression level
1087 gzdopen() associates a gzFile with the file descriptor fd. File
1089 fileno (in the file has been previously opened with fopen).
1129 return an error (0) with nothing written. In this case, there may also be a
1130 buffer overflow with unpredictable consequences, which is possible only if
1131 zlib was compiled with the insecure functions sprintf() or vsprintf()
1146 condition is encountered. The string is then terminated with a null
1169 character will be discarded if the stream is repositioned with gzseek()
1262 Update a running Adler-32 checksum with the bytes buf[0..len-1] and
1281 and seq2 with lengths len1 and len2, Adler-32 checksums were calculated for
1288 Update a running CRC-32 with the bytes buf[0..len-1] and return the
1339 seq1 and seq2 with lengths len1 and len2, CRC-32 check values were