Searched refs:compress_buffer (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_util.h | 100 compress_buffer(uint8_t *inbuff, size_t inbuff_size,
|
| H A D | zstream_util.c | 197 compress_buffer(uint8_t *inbuff, size_t inbuff_size, in compress_buffer() function
|
| H A D | zstream_recompress.c | 170 cbuff = compress_buffer(item->dp_payload, item->dp_payload_size, in chain_compress_writes()
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 561 compress_buffer(void *buf, size_t n, void *data) in compress_buffer() function 672 (void) compress_buffer(buf->ctb_base, buf->ctb_ptr - buf->ctb_base, in write_compressed_buffer() 675 (void) strtab_write(&buf->ctb_strtab, compress_buffer, &resbuf); in write_compressed_buffer()
|
| /freebsd/crypto/openssh/ |
| H A D | packet.c | 847 compress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out) in compress_buffer() function 954 compress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out) in compress_buffer() function 1262 if ((r = compress_buffer(ssh, state->outgoing_packet, in ssh_packet_send2_wrapped()
|