Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dgzip.c39 #define compress_func z_compress_level macro
46 #define compress_func compress2 macro
75 if (compress_func(d_start, &dstlen, s_start, s_len, n) != Z_OK) { in gzip_compress()
/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
125 compress_func func;
577 compress_func func;