Home
last modified time | relevance | path

Searched refs:ZSTDv06_DCtx (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.h72 typedef struct ZSTDv06_DCtx_s ZSTDv06_DCtx; typedef
73 ZSTDLIBv06_API ZSTDv06_DCtx* ZSTDv06_createDCtx(void);
74 ZSTDLIBv06_API size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx); /*!< @return : errorCode */
78 ZSTDLIBv06_API size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* ctx, void* dst, size_t dstCapacity, cons…
88 ZSTDLIBv06_API size_t ZSTDv06_decompress_usingDict(ZSTDv06_DCtx* dctx,
101 ZSTDLIBv06_API size_t ZSTDv06_decompressBegin_usingDict(ZSTDv06_DCtx* dctx, const void* dict, size_…
102 ZSTDLIBv06_API void ZSTDv06_copyDCtx(ZSTDv06_DCtx* dctx, const ZSTDv06_DCtx* preparedDCtx);
104 ZSTDLIBv06_API size_t ZSTDv06_nextSrcSizeToDecompress(ZSTDv06_DCtx* dctx);
105 ZSTDLIBv06_API size_t ZSTDv06_decompressContinue(ZSTDv06_DCtx* dctx, void* dst, size_t dstCapacity,…
H A Dzstd_v06.c335 ZSTDv06_DCtx* dctx, const ZSTDv06_DCtx* preparedDCtx,
2833 size_t ZSTDv06_decompressBegin(ZSTDv06_DCtx* dctx) in ZSTDv06_decompressBegin()
2846 ZSTDv06_DCtx* ZSTDv06_createDCtx(void) in ZSTDv06_createDCtx()
2848 ZSTDv06_DCtx* dctx = (ZSTDv06_DCtx*)malloc(sizeof(ZSTDv06_DCtx)); in ZSTDv06_createDCtx()
2854 size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx) in ZSTDv06_freeDCtx()
2860 void ZSTDv06_copyDCtx(ZSTDv06_DCtx* dstDCtx, const ZSTDv06_DCtx* srcDCtx) in ZSTDv06_copyDCtx()
3442 ZSTDv06_DCtx* dctx, in ZSTDv06_decompressSequences()
3621 size_t ZSTDv06_decompress_usingPreparedDCtx(ZSTDv06_DCtx* dctx, const ZSTDv06_DCtx* refDCtx, in ZSTDv06_decompress_usingPreparedDCtx()
3652 ZSTDv06_DCtx* dctx = ZSTDv06_createDCtx(); in ZSTDv06_decompress()
3658 ZSTDv06_DCtx dctx; in ZSTDv06_decompress()
[all …]
H A Dzstd_legacy.h159 ZSTDv06_DCtx* const zd = ZSTDv06_createDCtx(); in ZSTD_decompressLegacy()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23569 typedef struct ZSTDv06_DCtx_s ZSTDv06_DCtx; typedef
23570 ZSTDLIBv06_API ZSTDv06_DCtx* ZSTDv06_createDCtx(void);
23571 ZSTDLIBv06_API size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx); /*!< @return : errorCode */
23575 ZSTDLIBv06_API size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* ctx, void* dst, size_t dstCapacity, cons…
23585 ZSTDLIBv06_API size_t ZSTDv06_decompress_usingDict(ZSTDv06_DCtx* dctx,
23598 ZSTDLIBv06_API size_t ZSTDv06_decompressBegin_usingDict(ZSTDv06_DCtx* dctx, const void* dict, size_…
23599 ZSTDLIBv06_API void ZSTDv06_copyDCtx(ZSTDv06_DCtx* dctx, const ZSTDv06_DCtx* preparedDCtx);
23601 ZSTDLIBv06_API size_t ZSTDv06_nextSrcSizeToDecompress(ZSTDv06_DCtx* dctx);
23602 ZSTDLIBv06_API size_t ZSTDv06_decompressContinue(ZSTDv06_DCtx* dctx, void* dst, size_t dstCapacity,…
23971 ZSTDv06_DCtx* const zd = ZSTDv06_createDCtx(); in ZSTD_decompressLegacy()