Lines Matching refs:put
148 put = strm->next_out; \
159 strm->next_out = put; \
231 put = state->window; \
234 if (out(out_desc, put, left)) { \
274 unsigned char FAR *put; /* next output */ in inflateBack() local
301 put = state->window; in inflateBack()
362 zmemcpy(put, next, copy); in inflateBack()
366 put += copy; in inflateBack()
525 *put++ = (unsigned char)(state->length); in inflateBack()
598 from = put + copy; in inflateBack()
602 from = put - state->offset; in inflateBack()
609 *put++ = *from++; in inflateBack()