Home
last modified time | relevance | path

Searched refs:compress_buffer (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_util.h100 compress_buffer(uint8_t *inbuff, size_t inbuff_size,
H A Dzstream_util.c197 compress_buffer(uint8_t *inbuff, size_t inbuff_size, in compress_buffer() function
H A Dzstream_recompress.c170 cbuff = compress_buffer(item->dp_payload, item->dp_payload_size, in chain_compress_writes()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c561 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 Dpacket.c847 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()