Lines Matching defs:put
412 put = strm->next_out; \
423 strm->next_out = put; \
511 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
567 unsigned char FAR *put; /* next output */
844 zmemcpy(put, next, copy);
848 put += copy;
1085 from = put - state->offset;
1092 *put++ = *from++;
1098 *put++ = (unsigned char)(state->length);
1110 UPDATE(state->check, put - out, out);