ReactOS 0.4.15-dev-7958-gcd0bb1a
ZSTD_CCtx_params_s Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_CCtx_params_s:

Public Attributes

ZSTD_format_e format
 
ZSTD_compressionParameters cParams
 
ZSTD_frameParameters fParams
 
int compressionLevel
 
int forceWindow
 
size_t targetCBlockSize
 
int srcSizeHint
 
ZSTD_dictAttachPref_e attachDictPref
 
ZSTD_literalCompressionMode_e literalCompressionMode
 
int nbWorkers
 
size_t jobSize
 
int overlapLog
 
int rsyncable
 
ldmParams_t ldmParams
 
ZSTD_customMem customMem
 

Detailed Description

Definition at line 198 of file zstd_compress_internal.h.

Member Data Documentation

◆ attachDictPref

ZSTD_dictAttachPref_e ZSTD_CCtx_params_s::attachDictPref

Definition at line 213 of file zstd_compress_internal.h.

◆ compressionLevel

int ZSTD_CCtx_params_s::compressionLevel

Definition at line 203 of file zstd_compress_internal.h.

◆ cParams

ZSTD_compressionParameters ZSTD_CCtx_params_s::cParams

Definition at line 200 of file zstd_compress_internal.h.

◆ customMem

ZSTD_customMem ZSTD_CCtx_params_s::customMem

Definition at line 226 of file zstd_compress_internal.h.

◆ forceWindow

int ZSTD_CCtx_params_s::forceWindow

Definition at line 204 of file zstd_compress_internal.h.

◆ format

ZSTD_format_e ZSTD_CCtx_params_s::format

Definition at line 199 of file zstd_compress_internal.h.

◆ fParams

ZSTD_frameParameters ZSTD_CCtx_params_s::fParams

Definition at line 201 of file zstd_compress_internal.h.

◆ jobSize

size_t ZSTD_CCtx_params_s::jobSize

Definition at line 218 of file zstd_compress_internal.h.

◆ ldmParams

ldmParams_t ZSTD_CCtx_params_s::ldmParams

Definition at line 223 of file zstd_compress_internal.h.

◆ literalCompressionMode

ZSTD_literalCompressionMode_e ZSTD_CCtx_params_s::literalCompressionMode

Definition at line 214 of file zstd_compress_internal.h.

◆ nbWorkers

int ZSTD_CCtx_params_s::nbWorkers

Definition at line 217 of file zstd_compress_internal.h.

◆ overlapLog

int ZSTD_CCtx_params_s::overlapLog

Definition at line 219 of file zstd_compress_internal.h.

◆ rsyncable

int ZSTD_CCtx_params_s::rsyncable

Definition at line 220 of file zstd_compress_internal.h.

◆ srcSizeHint

int ZSTD_CCtx_params_s::srcSizeHint

Definition at line 209 of file zstd_compress_internal.h.

◆ targetCBlockSize

size_t ZSTD_CCtx_params_s::targetCBlockSize

Definition at line 206 of file zstd_compress_internal.h.


The documentation for this struct was generated from the following file: