Searched refs:ZSTDv07_DCtx (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.h74 typedef struct ZSTDv07_DCtx_s ZSTDv07_DCtx; typedef in typeref:struct:ZSTDv07_DCtx_s
75 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx(void);
76 ZSTDLIBv07_API size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx); /*!< @return : errorCode */
79 * Same as ZSTDv07_decompress(), requires an allocated ZSTDv07_DCtx (see ZSTDv07_createDCtx()) */
80 ZSTDLIBv07_API size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* ctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize);
90 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx,
109 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDDict(ZSTDv07_DCtx* dctx,
H A Dzstd_v07.c73 * Gives the potential amount of memory allocated to create a ZSTDv07_DCtx */
78 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx_advanced(ZSTDv07_customMem customMem);
81 * Gives the amount of memory used by a given ZSTDv07_DCtx */
82 ZSTDLIBv07_API size_t ZSTDv07_sizeofDCtx(const ZSTDv07_DCtx* dctx);
89 ZSTDLIBv07_API size_t ZSTDv07_decompressBegin(ZSTDv07_DCtx* dctx);
90 ZSTDLIBv07_API size_t ZSTDv07_decompressBegin_usingDict(ZSTDv07_DCtx* dctx, const void* dict, size_t dictSize);
91 ZSTDLIBv07_API void ZSTDv07_copyDCtx(ZSTDv07_DCtx* dctx, const ZSTDv07_DCtx* preparedDCtx);
93 ZSTDLIBv07_API size_t ZSTDv07_nextSrcSizeToDecompress(ZSTDv07_DCtx* dctx);
94 ZSTDLIBv07_API size_t ZSTDv07_decompressContinue(ZSTDv07_DCtx* dct
[all...]
H A Dzstd_legacy.h169 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx();
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23747 typedef struct ZSTDv07_DCtx_s ZSTDv07_DCtx; typedef in typeref:struct:ZSTDv07_DCtx_s
23748 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx(void);
23749 ZSTDLIBv07_API size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx); /*!< @return : errorCode */
23752 * Same as ZSTDv07_decompress(), requires an allocated ZSTDv07_DCtx (see ZSTDv07_createDCtx()) */
23753 ZSTDLIBv07_API size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* ctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize);
23763 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx,
23782 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDDict(ZSTDv07_DCtx* dctx,
23981 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx();
[all...]

Completed in 189 milliseconds