Lines Matching full:requested
18 /* Approach to just fitting a requested compressed size:
22 nearly the requested output block size. The first pass generates
23 enough deflate blocks to produce output to fill the requested
27 the compressed data that fit in the requested plus excess sized
35 requested size minus an amount to allow the compressed stream to
38 requested size. Assuming sufficient input and a requested size
43 before filling the requested output size, then that compressed
51 out the requested size, and small enough so that the final deflate
142 unsigned size; /* requested fixed output block size */ in main()
148 /* get requested output size */ in main()
191 "%u bytes unused out of %u requested (all input)\n", in main()
251 "%u bytes unused out of %u requested (%lu input)\n", in main()