Lines Matching defs:pledgedSrcSize
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()
4494 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, in ZSTD_compressBegin_internal()
4542 unsigned long long pledgedSrcSize) in ZSTD_compressBegin_advanced_internal()
4558 ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZSTD_compressBegin_advanced()
5059 ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize) in ZSTD_compressBegin_usingCDict_internal()
5100 ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize) in ZSTD_compressBegin_usingCDict_advanced()
5188 …e_e ZSTD_getCParamMode(ZSTD_CDict const* cdict, ZSTD_CCtx_params const* params, U64 pledgedSrcSize) in ZSTD_getCParamMode()
5204 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_resetCStream() local
5218 unsigned long long pledgedSrcSize) in ZSTD_initCStream_internal()
5240 unsigned long long pledgedSrcSize) in ZSTD_initCStream_usingCDict_advanced()
5272 …U64 const pledgedSrcSize = (pss==0 && params.fParams.contentSizeFlag==0) ? ZSTD_CONTENTSIZE_UNKNOW… in ZSTD_initCStream_advanced() local
5297 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_initCStream_srcSize() local
5609 { U64 const pledgedSrcSize = cctx->pledgedSrcSizePlusOne - 1; in ZSTD_CCtx_init_compressStream2() local