Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v05.h61 typedef struct ZSTDv05_DCtx_s ZSTDv05_DCtx; typedef
62 ZSTDv05_DCtx* ZSTDv05_createDCtx(void);
63 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx); /*!< @return : errorCode */
67 size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* ctx, void* dst, size_t dstCapacity, const void* src, si…
77 size_t ZSTDv05_decompress_usingDict(ZSTDv05_DCtx* dctx,
93 size_t ZSTDv05_decompressBegin_usingDict(ZSTDv05_DCtx* dctx, const void* dict, size_t dictSize);
94 void ZSTDv05_copyDCtx(ZSTDv05_DCtx* dstDCtx, const ZSTDv05_DCtx* srcDCtx);
95 size_t ZSTDv05_nextSrcSizeToDecompress(ZSTDv05_DCtx* dctx);
96 size_t ZSTDv05_decompressContinue(ZSTDv05_DCtx* dctx, void* dst, size_t dstCapacity, const void* sr…
H A Dzstd_v05.c325 ZSTDv05_DCtx* dctx, const ZSTDv05_DCtx* preparedDCtx,
333 size_t ZSTDv05_decompressBegin(ZSTDv05_DCtx* dctx);
2672 size_t ZSTDv05_decompressBegin(ZSTDv05_DCtx* dctx) in ZSTDv05_decompressBegin()
2685 ZSTDv05_DCtx* ZSTDv05_createDCtx(void) in ZSTDv05_createDCtx()
2687 ZSTDv05_DCtx* dctx = (ZSTDv05_DCtx*)malloc(sizeof(ZSTDv05_DCtx)); in ZSTDv05_createDCtx()
2693 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx) in ZSTDv05_freeDCtx()
2699 void ZSTDv05_copyDCtx(ZSTDv05_DCtx* dstDCtx, const ZSTDv05_DCtx* srcDCtx) in ZSTDv05_copyDCtx()
3485 size_t ZSTDv05_decompress_usingPreparedDCtx(ZSTDv05_DCtx* dctx, const ZSTDv05_DCtx* refDCtx, in ZSTDv05_decompress_usingPreparedDCtx()
3515 ZSTDv05_DCtx* dctx = ZSTDv05_createDCtx(); in ZSTDv05_decompress()
3521 ZSTDv05_DCtx dctx; in ZSTDv05_decompress()
[all …]
H A Dzstd_legacy.h149 ZSTDv05_DCtx* const zd = ZSTDv05_createDCtx(); in ZSTD_decompressLegacy()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23392 typedef struct ZSTDv05_DCtx_s ZSTDv05_DCtx; typedef
23393 ZSTDv05_DCtx* ZSTDv05_createDCtx(void);
23394 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx); /*!< @return : errorCode */
23398 size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* ctx, void* dst, size_t dstCapacity, const void* src, si…
23408 size_t ZSTDv05_decompress_usingDict(ZSTDv05_DCtx* dctx,
23424 size_t ZSTDv05_decompressBegin_usingDict(ZSTDv05_DCtx* dctx, const void* dict, size_t dictSize);
23425 void ZSTDv05_copyDCtx(ZSTDv05_DCtx* dstDCtx, const ZSTDv05_DCtx* srcDCtx);
23426 size_t ZSTDv05_nextSrcSizeToDecompress(ZSTDv05_DCtx* dctx);
23427 size_t ZSTDv05_decompressContinue(ZSTDv05_DCtx* dctx, void* dst, size_t dstCapacity, const void* sr…
23961 ZSTDv05_DCtx* const zd = ZSTDv05_createDCtx(); in ZSTD_decompressLegacy()