Lines Matching defs:pledgedSrcSize

892 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize)  in ZSTD_CCtx_setPledgedSrcSize()
1264 const U64 pledgedSrcSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1560 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal()
1751 U64 pledgedSrcSize) in ZSTD_shouldAttachDict()
1768 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict()
1824 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict()
1891 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict()
1917 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal()
1981 …ze_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx()
2863 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader()
3321 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, in ZSTD_compressBegin_internal()
3364 unsigned long long pledgedSrcSize) in ZSTD_compressBegin_advanced_internal()
3380 ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZSTD_compressBegin_advanced()
3847 ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize) in ZSTD_compressBegin_usingCDict_advanced()
3953 …e_e ZSTD_getCParamMode(ZSTD_CDict const* cdict, ZSTD_CCtx_params const* params, U64 pledgedSrcSize) in ZSTD_getCParamMode()
3969 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_resetCStream() local
3983 unsigned long long pledgedSrcSize) in ZSTD_initCStream_internal()
4005 unsigned long long pledgedSrcSize) in ZSTD_initCStream_usingCDict_advanced()
4037 …U64 const pledgedSrcSize = (pss==0 && params.fParams.contentSizeFlag==0) ? ZSTD_CONTENTSIZE_UNKNOW… in ZSTD_initCStream_advanced() local
4062 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_initCStream_srcSize() local
4336 { U64 const pledgedSrcSize = cctx->pledgedSrcSizePlusOne - 1; in ZSTD_CCtx_init_compressStream2() local