Lines Matching full:compress
176 * LZ4_compress_default() - Compress data from source to dest
190 * If the function cannot compress 'source' into a more limited 'dest' budget,
225 * LZ4_compress_destSize() - Compress as much data as possible
328 * LZ4_compress_HC() - Compress data from `src` into `dst`, using HC algorithm
340 * Compress data from 'src' into 'dst', using the more powerful
380 * LZ4_compress_HC_continue() - Compress 'src' using data from previously
390 * These functions compress data in successive blocks of any size, using
402 * to compress each successive block. Previous memory blocks
487 * LZ4_compress_fast_continue() - Compress 'src' using data from previously
498 * Compress buffer content 'src', using data from previously compressed blocks
544 * It's the maximum size you intend to compress into a single block.
583 * It's the maximum size you intend to compress into a single block.