Searched refs:ZSTDv07_DCtx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.h | 74 typedef struct ZSTDv07_DCtx_s ZSTDv07_DCtx; typedef 75 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx(void); 76 ZSTDLIBv07_API size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx); /*!< @return : errorCode */ 80 ZSTDLIBv07_API size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* ctx, void* dst, size_t dstCapacity, cons… 90 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, 109 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDDict(ZSTDv07_DCtx* dctx,
|
| H A D | zstd_v07.c | 91 ZSTDLIBv07_API void ZSTDv07_copyDCtx(ZSTDv07_DCtx* dctx, const ZSTDv07_DCtx* preparedDCtx); 2983 ZSTDv07_DCtx* dctx; in ZSTDv07_createDCtx_advanced() 2991 dctx = (ZSTDv07_DCtx*) customMem.customAlloc(customMem.opaque, sizeof(ZSTDv07_DCtx)); in ZSTDv07_createDCtx_advanced() 2998 ZSTDv07_DCtx* ZSTDv07_createDCtx(void) in ZSTDv07_createDCtx() 3003 size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx) in ZSTDv07_freeDCtx() 3010 void ZSTDv07_copyDCtx(ZSTDv07_DCtx* dstDCtx, const ZSTDv07_DCtx* srcDCtx) in ZSTDv07_copyDCtx() 3866 static size_t ZSTDv07_decompress_usingPreparedDCtx(ZSTDv07_DCtx* dctx, const ZSTDv07_DCtx* refDCtx, in ZSTDv07_decompress_usingPreparedDCtx() 3903 ZSTDv07_DCtx dctx; in ZSTDv07_decompress() 3981 int ZSTDv07_isSkipFrame(ZSTDv07_DCtx* dctx) in ZSTDv07_isSkipFrame() 4187 ZSTDv07_DCtx* refContext; [all …]
|
| H A D | zstd_legacy.h | 169 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx(); in ZSTD_decompressLegacy()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 23747 typedef struct ZSTDv07_DCtx_s ZSTDv07_DCtx; typedef 23748 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx(void); 23749 ZSTDLIBv07_API size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx); /*!< @return : errorCode */ 23753 ZSTDLIBv07_API size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* ctx, void* dst, size_t dstCapacity, cons… 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(); in ZSTD_decompressLegacy()
|