Lines Matching defs:put
461 put = strm->next_out; \
472 strm->next_out = put; \
555 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
611 unsigned char FAR *put; /* next output */
886 zmemcpy(put, next, copy);
890 put += copy;
1142 *put++ = 0;
1157 from = put - state->offset;
1164 *put++ = *from++;
1170 *put++ = (unsigned char)(state->length);
1182 UPDATE(state->check, put - out, out);