Lines Matching defs:from
124 then return a Z_BUF_ERROR from inflateBack(). */
137 /* Get a byte of input into the bit accumulator, or return from inflateBack()
148 not enough available input to do that, then return from inflateBack() with
160 /* Remove n bits from the bit accumulator */
175 if it's full. If the write fails, return from inflateBack() with a
238 unsigned long offset; /* distance back to copy string from */
240 unsigned char FAR *from; /* where to copy match bytes from */
328 /* copy stored block from input to output */
562 /* copy match from window to output */
567 from = put + copy;
571 from = put - offset;
578 *put++ = *from++;