Lines Matching defs:ZSTDMT_CCtx_s
826 struct ZSTDMT_CCtx_s { struct
827 POOL_ctx* factory;
828 ZSTDMT_jobDescription* jobs;
829 ZSTDMT_bufferPool* bufPool;
830 ZSTDMT_CCtxPool* cctxPool;
831 ZSTDMT_seqPool* seqPool;
832 ZSTD_CCtx_params params;
833 size_t targetSectionSize;
834 size_t targetPrefixSize;
835 … /* 1 => one job is already prepared, but pool has shortage of workers. Don't create a new job. */
836 inBuff_t inBuff;
837 roundBuff_t roundBuff;
838 serialState_t serial;
839 rsyncState_t rsync;
840 unsigned jobIDMask;
841 unsigned doneJobID;
842 unsigned nextJobID;
843 unsigned frameEnded;
844 unsigned allJobsCompleted;
845 unsigned long long frameContentSize;
846 unsigned long long consumed;
847 unsigned long long produced;
848 ZSTD_customMem cMem;
849 ZSTD_CDict* cdictLocal;
850 const ZSTD_CDict* cdict;
851 unsigned providedFactory: 1;