Home | History | Annotate | Download | only in old

Lines Matching full:deflate

61   (<a href="#deflate">deflate</a> format) and
281 flush is as in the <a href="#deflate">deflate</a>() function. The return value is the zlib
352 <li> int <a href="#deflate">deflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);
390 perform any compression: this will be done by <a href="#deflate">deflate</a>().
393 <font color="Blue"><dt> int <a name="deflate">deflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);</font>
395 <a href="#deflate">deflate</a> compresses as much data as possible, and stops when the input
400 The detailed semantics are as follows. <a href="#deflate">deflate</a> performs one or both of the
407 processing will resume at this point for the next call of <a href="#deflate">deflate</a>().
417 Before the call of <a href="#deflate">deflate</a>(), the application should ensure that at least
422 (<a href="#avail_out">avail_out</a> == 0), or after each call of <a href="#deflate">deflate</a>(). If <a href="#deflate">deflate</a> returns <a href="#Z_OK">Z_OK</a>
442 If <a href="#deflate">deflate</a> returns with <a href="#avail_out">avail_out</a> == 0, this function must be called again
444 <a href="#avail_out">avail_out</a>), until the flush is complete (<a href="#deflate">deflate</a> returns with non-zero
449 pending output is flushed and <a href="#deflate">deflate</a> returns with <a href="#Z_STREAM_END">Z_STREAM_END</a> if there
450 was enough output space ; if <a href="#deflate">deflate</a> returns with <a href="#Z_OK">Z_OK</a>, this function must be
453 <a href="#deflate">deflate</a> has returned <a href="#Z_STREAM_END">Z_STREAM_END</a>, the only possible operations on the
459 0.1% larger than <a href="#avail_in">avail_in</a> plus 12 bytes. If <a href="#deflate">deflate</a> does not return
463 <a href="#deflate">deflate</a>() sets strm-&gt <a href="#adler">adler</a> to the <a href="#adler32">adler32</a> checksum of all input read
467 <a href="#deflate">deflate</a>() may update <a href="#data_type">data_type</a> if it can make a good guess about
473 <a href="#deflate">deflate</a>() returns <a href="#Z_OK">Z_OK</a> if some progress has been made (more input
654 not perform any compression: this will be done by <a href="#deflate">deflate</a>().<p>
661 call of <a href="#deflate">deflate</a>. The compressor and decompressor must use exactly the same
674 <a href="#deflate">deflate</a> or deflate2. Thus the strings most likely to be useful should be
685 inconsistent (for example if <a href="#deflate">deflate</a> has already been called for this stream
687 perform any compression: this will be done by <a href="#deflate">deflate</a>().<p>
722 take effect only at the next call of <a href="#deflate">deflate</a>().<p>
725 a call of <a href="#deflate">deflate</a>(), since the currently available input may have to
772 description of <a href="#deflate">deflate</a> with <a href="#Z_FULL_FLUSH">Z_FULL_FLUSH</a>) can be found, or until all
912 /* Allowed flush values ; see <a href="#deflate">deflate</a>() below for details */
944 /* The <a href="#deflate">deflate</a> compression method (the only one supported in this version) */