Lines Matching refs:put
405 put = strm->next_out; \
416 strm->next_out = put; \
504 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
560 unsigned char FAR *put; /* next output */
826 zmemcpy(put, next, copy);
830 put += copy;
1060 from = put - state->offset;
1067 *put++ = *from++;
1073 *put++ = (unsigned char)(state->length);
1085 UPDATE(state->check, put - out, out);