Home
last modified time | relevance | path

Searched defs:mtctx (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstdmt_compress.c814 ZSTDMT_CCtx* mtctx; in ZSTDMT_createCCtx_advanced() local
855 static void ZSTDMT_releaseAllJobResources(ZSTDMT_CCtx* mtctx) in ZSTDMT_releaseAllJobResources()
871 static void ZSTDMT_waitForAllJobsCompleted(ZSTDMT_CCtx* mtctx) in ZSTDMT_waitForAllJobsCompleted()
886 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_freeCCtx()
903 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_sizeof_CCtx()
939 size_t ZSTDMT_setMTCtxParameter(ZSTDMT_CCtx* mtctx, ZSTDMT_parameter parameter, unsigned value) in ZSTDMT_setMTCtxParameter()
971 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
987 unsigned ZSTDMT_getNbWorkers(const ZSTDMT_CCtx* mtctx) in ZSTDMT_getNbWorkers()
997 ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx) in ZSTDMT_getFrameProgression()
1059 ZSTDMT_CCtx* mtctx, in ZSTDMT_compress_advanced_internal()
[all …]
Dzstd_compress_internal.h234 ZSTDMT_CCtx* mtctx; member
/freebsd-12-stable/sys/contrib/zstd/tests/
Dfuzzer.c496 { ZSTDMT_CCtx* mtctx = ZSTDMT_createCCtx(2); in basicUnitTests() local
Dzstreamtest.c225 ZSTDMT_CCtx* mtctx = ZSTDMT_createCCtx(2); in basicUnitTests() local