Lines Matching refs:put
510 Bytef *next_out; /* next output byte should be put there */
864 * must fix the pointer. Warning: the pointer must be put back to its
1983 /* put invalid code marker in table */
2624 put = strm->next_out; \
2635 strm->next_out = put; \
2723 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
2779 unsigned char FAR *put; /* next output */
3045 zmemcpy(put, next, copy);
3049 put += copy;
3279 from = put - state->offset;
3286 *put++ = *from++;
3292 *put++ = (unsigned char)(state->length);
3304 UPDATE(state->check, put - out, out);