Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_recompress.c133 uint8_t *debuff; in chain_decompress_writes() local
136 debuff = decompress_buffer(item->dp_payload, item->dp_payload_size, in chain_decompress_writes()
138 if (debuff == NULL) { in chain_decompress_writes()
145 item->dp_payload = debuff; in chain_decompress_writes()