Lines Matching refs:put
460 put = strm->next_out; \
471 strm->next_out = put; \
559 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
615 unsigned char FAR *put; /* next output */
890 zmemcpy(put, next, copy);
894 put += copy;
1146 *put++ = 0;
1161 from = put - state->offset;
1168 *put++ = *from++;
1174 *put++ = (unsigned char)(state->length);
1186 UPDATE(state->check, put - out, out);