Lines Matching defs: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 */
273 put = state->window;
334 zmemcpy(put, next, copy);
338 put += copy;
505 *put++ = (unsigned char)(state->length);
578 from = put + copy;
582 from = put - state->offset;
589 *put++ = *from++;