Lines Matching defs:ZSTD_CCtx_params_s
278 struct ZSTD_CCtx_params_s { struct
279 ZSTD_format_e format;
280 ZSTD_compressionParameters cParams;
281 ZSTD_frameParameters fParams;
283 int compressionLevel;
284 int forceWindow; /* force back-references to respect limit of
286 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize.
289 int srcSizeHint; /* User's best guess of source size.
293 ZSTD_dictAttachPref_e attachDictPref;
294 ZSTD_paramSwitch_e literalCompressionMode;
297 int nbWorkers;
298 size_t jobSize;
299 int overlapLog;
300 int rsyncable;
303 ldmParams_t ldmParams;
306 int enableDedicatedDictSearch;
309 ZSTD_bufferMode_e inBufferMode;
310 ZSTD_bufferMode_e outBufferMode;
313 ZSTD_sequenceFormat_e blockDelimiters;
314 int validateSequences;
317 ZSTD_paramSwitch_e useBlockSplitter;
320 ZSTD_paramSwitch_e useRowMatchFinder;
323 int deterministicRefPrefix;
326 ZSTD_customMem customMem;