Lines Matching refs:put
122 put = strm->next_out; \
133 strm->next_out = put; \
205 put = state->window; \
208 if (out(out_desc, put, left)) { \
246 unsigned char FAR *put; /* next output */ in inflateBack() local
273 put = state->window; in inflateBack()
342 zmemcpy(put, next, copy); in inflateBack()
346 put += copy; in inflateBack()
543 *put++ = (unsigned char)(state->length); in inflateBack()
628 from = put + copy; in inflateBack()
632 from = put - state->offset; in inflateBack()
639 *put++ = *from++; in inflateBack()