Lines Matching defs:put
440 put = strm->next_out; \
451 strm->next_out = put; \
539 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
595 unsigned char FAR *put; /* next output */
870 zmemcpy(put, next, copy);
874 put += copy;
1127 *put++ = 0;
1142 from = put - state->offset;
1149 *put++ = *from++;
1155 *put++ = (unsigned char)(state->length);
1167 UPDATE(state->check, put - out, out);