Home | History | Annotate | Download | only in examples

Lines Matching full:requested

14 /* Approach to just fitting a requested compressed size:
18 nearly the requested output block size. The first pass generates
19 enough deflate blocks to produce output to fill the requested
23 the compressed data that fit in the requested plus excess sized
31 requested size minus an amount to allow the compressed stream to
34 requested size. Assuming sufficient input and a requested size
39 before filling the requested output size, then that compressed
47 out the requested size, and small enough so that the final deflate
130 unsigned size; /* requested fixed output block size */
136 /* get requested output size */
174 "%u bytes unused out of %u requested (all input)\n",
230 "%u bytes unused out of %u requested (%lu input)\n",