Searched defs:pledgedSrcSize (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress.c | 844 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize() 1421 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal() 1618 U64 pledgedSrcSize) in ZSTD_shouldAttachDict() 1633 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict() 1681 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict() 1745 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict() 1771 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal() 1834 …ze_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx() 2658 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader() 3086 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, in ZSTD_compressBegin_internal() [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress.c | 1078 size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize() 1465 const U64 pledgedSrcSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() 1829 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal() 2027 U64 pledgedSrcSize) in ZSTD_shouldAttachDict() 2044 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict() 2104 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict() 2186 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict() 2212 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal() 2286 …ze_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx() 4013 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader() [all …]
|
H A D | zstdmt_compress.c | 702 U64 const pledgedSrcSize = job->firstJob ? job->fullFrameSize : job->src.size; in ZSTDMT_compressionJob() local 1221 unsigned long long pledgedSrcSize) in ZSTDMT_initCStream_internal()
|
/freebsd/sys/contrib/zstd/lib/deprecated/ |
H A D | zbuff_compress.c | 74 ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZBUFF_compressInit_advanced()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 165 unsigned long long pledgedSrcSize; member 202 …alizeCStream(ZWRAP_CCtx* zwc, const void* dict, size_t dictSize, unsigned long long pledgedSrcSize) in ZWRAP_initializeCStream() 248 int ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize) in ZWRAP_setPledgedSrcSize()
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | fileio.c | 1348 U64 pledgedSrcSize = ZSTD_CONTENTSIZE_UNKNOWN; in FIO_compressZstdFrame() local
|