Lines Matching defs:from
7 This code is largely copied from inflate.c. Normally either infback.o or
68 fixed code decoding. Normally this returns fixed tables from inffixed.h.
119 /* Load returned state from inflate_fast() */
130 /* Set state from registers for inflate_fast() */
149 then return a Z_BUF_ERROR from inflateBack(). */
162 /* Get a byte of input into the bit accumulator, or return from inflateBack()
173 not enough available input to do that, then return from inflateBack() with
185 /* Remove n bits from the bit accumulator */
200 if it's full. If the write fails, return from inflateBack() with a
251 unsigned char FAR *from; /* where to copy match bytes from */
327 /* copy stored block from input to output */
574 /* copy match from window to output */
579 from = put + copy;
583 from = put - state->offset;
590 *put++ = *from++;