Lines Matching defs:put
458 put = strm->next_out; \
469 strm->next_out = put; \
552 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
605 unsigned char FAR *put; /* next output */
899 zmemcpy(put, next, copy);
903 put += copy;
1164 *put++ = 0;
1178 put = chunkcopy_safe(put, from, copy, put + left);
1183 put = chunkcopy_lapped_safe(put, state->offset, copy, put + left);
1191 *put++ = (unsigned char)(state->length);
1203 UPDATE_CHECK(state->check, put - out, out);
1256 /* XXX(cavalcantii): I put this in place back in 2017 to help debug faulty
1274 memset(put, 0x55, CHUNKCOPY_CHUNK_SIZE);
1276 memset(put, 0x55, left);