Lines Matching defs:from
120 then return a Z_BUF_ERROR from inflateBack(). */
133 /* Get a byte of input into the bit accumulator, or return from inflateBack()
144 not enough available input to do that, then return from inflateBack() with
156 /* Remove n bits from the bit accumulator */
171 if it's full. If the write fails, return from inflateBack() with a
228 unsigned long offset; /* distance back to copy string from */
230 unsigned char FAR *from; /* where to copy match bytes from */
317 /* copy stored block from input to output */
551 /* copy match from window to output */
556 from = put + copy;
560 from = put - offset;
567 *put++ = *from++;