Lines Matching full:compress
31 * @src_size: The size of the data to compress.
155 * @estimated_src_size: The estimated source size to compress or 0
167 * @estimated_src_size: The estimated source size to compress or 0
205 * zstd_compress_cctx() - compress src into dst with the initialized parameters
207 * @dst: The buffer to compress src into.
210 * @src: The data to compress.
211 * @src_size: The size of the data to compress.
269 * zstd_compress_using_cdict() - compress src into dst using a dictionary
271 * @dst: The buffer to compress src into.
274 * @src: The data to compress.
275 * @src_size: The size of the data to compress.
461 * zstd_compress_stream() - streaming compress some of input into output