Home
last modified time | relevance | path

Searched defs:pledgedSrcSize (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstd_compress.c944 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize()
1304 const U64 pledgedSrcSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1602 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal()
1793 U64 pledgedSrcSize) in ZSTD_shouldAttachDict()
1810 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict()
1865 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict()
1931 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict()
1957 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal()
2020 …ze_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx()
2914 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader()
[all …]
H A Dzstdmt_compress.c694 U64 const pledgedSrcSize = job->firstJob ? job->fullFrameSize : job->src.size; in ZSTDMT_compressionJob() local
1193 unsigned long long pledgedSrcSize) in ZSTDMT_initCStream_internal()
/dflybsd-src/contrib/zstd/lib/deprecated/
H A Dzbuff_compress.c73 ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZBUFF_compressInit_advanced()