Lines Matching defs:put
447 put = strm->next_out; \
458 strm->next_out = put; \
541 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
594 unsigned char FAR *put; /* next output */
888 zmemcpy(put, next, copy);
892 put += copy;
1153 *put++ = 0;
1168 from = put - state->offset;
1175 *put++ = *from++;
1181 *put++ = (unsigned char)(state->length);
1193 UPDATE_CHECK(state->check, put - out, out);