Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c834 struct ZSTDMT_CCtx_s { struct
835 POOL_ctx* factory;
836 ZSTDMT_jobDescription* jobs;
837 ZSTDMT_bufferPool* bufPool;
838 ZSTDMT_CCtxPool* cctxPool;
839 ZSTDMT_seqPool* seqPool;
840 ZSTD_CCtx_params params;
841 size_t targetSectionSize;
842 size_t targetPrefixSize;
843 … /* 1 => one job is already prepared, but pool has shortage of workers. Don't create a new job. */
[all …]