Lines Matching defs:put
459 put = strm->next_out; \
470 strm->next_out = put; \
553 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
606 unsigned char FAR *put; /* next output */
959 zmemcpy(put, next, copy);
963 put += copy;
1252 *put++ = 0;
1273 from = put - state->offset;
1283 *put++ = *from++;
1295 *put++ = (unsigned char)(state->length);
1308 UPDATE_CHECK(state->check, put - out, out);