Home | History | Annotate | Download | only in zlib

Lines Matching defs:put

124         put = strm->next_out; \
135 strm->next_out = put; \
207 put = state->window; \
210 if (out(out_desc, put, left)) { \
248 unsigned char FAR *put; /* next output */
275 put = state->window;
336 zmemcpy(put, next, copy);
340 put += copy;
507 *put++ = (unsigned char)(state->length);
580 from = put + copy;
584 from = put - state->offset;
591 *put++ = *from++;