Searched refs:ZSTDv04_Dctx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v04.h | 60 typedef struct ZSTDv04_Dctx_s ZSTDv04_Dctx; typedef 61 ZSTDv04_Dctx* ZSTDv04_createDCtx(void); 62 size_t ZSTDv04_freeDCtx(ZSTDv04_Dctx* dctx); 64 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx, 72 size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx); 74 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx); 75 size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t maxDstSize, const void* src…
|
| H A D | zstd_v04.c | 268 typedef ZSTDv04_Dctx ZSTD_DCtx; 3623 size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx) { return ZSTD_resetDCtx(dctx); } in ZSTDv04_resetDCtx() 3625 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx) in ZSTDv04_nextSrcSizeToDecompress() 3630 size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv04_decompressContinue()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 23245 typedef struct ZSTDv04_Dctx_s ZSTDv04_Dctx; typedef 23246 ZSTDv04_Dctx* ZSTDv04_createDCtx(void); 23247 size_t ZSTDv04_freeDCtx(ZSTDv04_Dctx* dctx); 23249 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx, 23257 size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx); 23259 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx); 23260 size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t maxDstSize, const void* src…
|