Lines Matching refs:put
131 put = strm->next_out; \
142 strm->next_out = put; \
214 put = state->window; \
217 if (out(out_desc, put, left)) { \
260 unsigned char FAR *put; /* next output */ local
287 put = state->window;
348 zmemcpy(put, next, copy);
352 put += copy;
519 *put++ = (unsigned char)(state->length);
592 from = put + copy;
596 from = put - state->offset;
603 *put++ = *from++;