Searched refs:ZSTD_compress (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/examples/
H A Dsimple_compression.c28 size_t const cSize = ZSTD_compress(cBuff, cBuffSize, fBuff, fSize, 1);
/freebsd-13-stable/tests/sys/kern/
H A Dsys_getrandom.c71 c = ZSTD_compress(compressed, sizeof(compressed), randomb,
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h211 #define ZSTD_compress zfs_ZSTD_compress macro
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1091 size_t const cSize = ZSTD_compress(dest, dstCapacity,
1111 size_t const cSize = ZSTD_compress(dest, dstCapacity, source, sourceLen, level);
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h136 /*! ZSTD_compress() :
141 ZSTDLIB_API size_t ZSTD_compress( void* dst, size_t dstCapacity,
169 * such as ZSTD_compress(), ZSTD_compressCCtx() ZSTD_compress_usingDict() or ZSTD_compress_usingCDict().
225 * Same as ZSTD_compress(), using an explicit ZSTD_CCtx.
226 * Important : in order to behave similarly to `ZSTD_compress()`,
1248 * note 2 : decompressed size is always present when compression is done with ZSTD_compress()
2091 + For inputs larger than a single block, consider using regular ZSTD_compress() instead.
H A Dzstd.c3196 /*! ZSTD_compress() :
3201 ZSTDLIB_API size_t ZSTD_compress( void* dst, size_t dstCapacity,
3229 * such as ZSTD_compress(), ZSTD_compressCCtx() ZSTD_compress_usingDict() or ZSTD_compress_usingCDict().
3285 * Same as ZSTD_compress(), using an explicit ZSTD_CCtx.
3286 * Important : in order to behave similarly to `ZSTD_compress()`,
4308 * note 2 : decompressed size is always present when compression is done with ZSTD_compress()
5151 + For inputs larger than a single block, consider using regular ZSTD_compress() instead.
9886 * === Private interface, for use by ZSTD_compress.c ===
16391 size_t ZSTD_compress(void* dst, size_t dstCapacity, function
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/
H A Dzstd.h116 /*! ZSTD_compress() :
121 ZSTDLIB_API size_t ZSTD_compress( void* dst, size_t dstCapacity,
149 * such as ZSTD_compress(), ZSTD_compressCCtx() ZSTD_compress_usingDict() or ZSTD_compress_usingCDict().
205 * Same as ZSTD_compress(), using an explicit ZSTD_CCtx.
206 * Important : in order to behave similarly to `ZSTD_compress()`,
1272 * note 2 : decompressed size is always present when compression is done with ZSTD_compress()
2367 + For inputs larger than a single block, consider using regular ZSTD_compress() instead.
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c37 * Select how default decompression function ZSTD_compress() allocates its context,
3568 size_t ZSTD_compress(void* dst, size_t dstCapacity, function

Completed in 382 milliseconds