Searched defs:pledgedSrcSize (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| D | zstd_compress.c | 1009 size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize() 1396 const U64 pledgedSrcSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() 1750 U64 const pledgedSrcSize, in ZSTD_resetCCtx_internal() 1948 U64 pledgedSrcSize) in ZSTD_shouldAttachDict() 1965 U64 pledgedSrcSize, in ZSTD_resetCCtx_byAttachingCDict() 2025 U64 pledgedSrcSize, in ZSTD_resetCCtx_byCopyingCDict() 2107 U64 pledgedSrcSize, in ZSTD_resetCCtx_usingCDict() 2133 U64 pledgedSrcSize, in ZSTD_copyCCtx_internal() 2207 …ze_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx() 3922 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader() [all …]
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | compress.c | 348 …ze_t ZSTD_copyCCtx(ZSTD_CCtx *dstCCtx, const ZSTD_CCtx *srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx() 2431 …eFrameHeader(void *dst, size_t dstCapacity, ZSTD_parameters params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader() 2738 …nal(ZSTD_CCtx *cctx, const void *dict, size_t dictSize, ZSTD_parameters params, U64 pledgedSrcSize) in ZSTD_compressBegin_internal() 2747 …cctx, const void *dict, size_t dictSize, ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZSTD_compressBegin_advanced() 2914 …mpressBegin_usingCDict(ZSTD_CCtx *cctx, const ZSTD_CDict *cdict, unsigned long long pledgedSrcSize) in ZSTD_compressBegin_usingCDict() 2967 U64 pledgedSrcSize; member 3026 static size_t ZSTD_resetCStream_internal(ZSTD_CStream *zcs, unsigned long long pledgedSrcSize) in ZSTD_resetCStream_internal() 3047 size_t ZSTD_resetCStream(ZSTD_CStream *zcs, unsigned long long pledgedSrcSize) in ZSTD_resetCStream() 3055 …*zcs, const void *dict, size_t dictSize, ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZSTD_initCStream_advanced() 3092 ZSTD_CStream *ZSTD_initCStream(ZSTD_parameters params, unsigned long long pledgedSrcSize, void *wor… in ZSTD_initCStream() [all …]
|