Searched refs:ZSTDMT_CCtx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.h | 51 typedef struct ZSTDMT_CCtx_s ZSTDMT_CCtx; typedef 53 ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, 56 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx); 58 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx); 62 size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx); 69 size_t ZSTDMT_initCStream_internal(ZSTDMT_CCtx* zcs, 81 size_t ZSTDMT_compressStream_generic(ZSTDMT_CCtx* mtctx, 92 size_t ZSTDMT_toFlushNow(ZSTDMT_CCtx* mtctx); 97 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams); 103 ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx);
|
| H A D | zstdmt_compress.c | 892 ZSTDMT_CCtx* mtctx; in ZSTDMT_createCCtx_advanced_internal() 903 mtctx = (ZSTDMT_CCtx*) ZSTD_customCalloc(sizeof(ZSTDMT_CCtx), cMem); in ZSTDMT_createCCtx_advanced_internal() 947 static void ZSTDMT_releaseAllJobResources(ZSTDMT_CCtx* mtctx) in ZSTDMT_releaseAllJobResources() 984 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_freeCCtx() 1002 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_sizeof_CCtx() 1087 size_t ZSTDMT_toFlushNow(ZSTDMT_CCtx* mtctx) in ZSTDMT_toFlushNow() 1190 ZSTDMT_CCtx* mtctx, in ZSTDMT_initCStream_internal() 1497 static range_t ZSTDMT_getInputDataInUse(ZSTDMT_CCtx* mtctx) in ZSTDMT_getInputDataInUse() 1589 static int ZSTDMT_tryGetInputRange(ZSTDMT_CCtx* mtctx) in ZSTDMT_tryGetInputRange() 1730 size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx) in ZSTDMT_nextInputSizeHint() [all …]
|
| H A D | zstd_compress_internal.h | 322 ZSTDMT_CCtx* mtctx;
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 9800 typedef struct ZSTDMT_CCtx_s ZSTDMT_CCtx; typedef 9802 ZSTDMT_API ZSTDMT_CCtx* ZSTDMT_createCCtx(unsigned nbWorkers); 9806 ZSTDMT_API size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx); 9808 ZSTDMT_API size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx); 9813 ZSTDMT_API size_t ZSTDMT_compressCCtx(ZSTDMT_CCtx* mtctx, 9834 ZSTDMT_API size_t ZSTDMT_compress_advanced(ZSTDMT_CCtx* mtctx, 9841 ZSTDMT_API size_t ZSTDMT_initCStream_advanced(ZSTDMT_CCtx* mtctx, 9846 ZSTDMT_API size_t ZSTDMT_initCStream_usingCDict(ZSTDMT_CCtx* mtctx, 9896 size_t ZSTDMT_toFlushNow(ZSTDMT_CCtx* mtctx); 9924 size_t ZSTDMT_initCStream_internal(ZSTDMT_CCtx* zcs, [all …]
|