Home | History | Annotate | Download | only in examples

Lines Matching refs:deflate

114      stored block in the deflate format.  See the bit offset field below.
124 that is in the compressed portion of the deflate stream. These are used
268 /* size of a deflate dictionary (this cannot be changed) */
308 8, /* compression method is deflate */
499 deflate stored blocks. Return -1 if there was an error reading or writing
599 foo.gz deflate data immediately after the previous compressed data. This
619 /* set up for deflate, allocating memory */
642 /* prime deflate with last bits of previous block, position write
661 deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH);