Rizin
unix-like reverse engineering framework and cli tools
LZ4IO_prefs_s Struct Reference

Public Attributes

int passThrough
 
int overwrite
 
int testMode
 
int blockSizeId
 
size_t blockSize
 
int blockChecksum
 
int streamChecksum
 
int blockIndependence
 
int sparseFileSupport
 
int contentSizeFlag
 
int useDictionary
 
unsigned favorDecSpeed
 
const char * dictionaryFilename
 
int removeSrcFile
 

Detailed Description

Definition at line 113 of file lz4io.c.

Member Data Documentation

◆ blockChecksum

int LZ4IO_prefs_s::blockChecksum

◆ blockIndependence

int LZ4IO_prefs_s::blockIndependence

◆ blockSize

◆ blockSizeId

int LZ4IO_prefs_s::blockSizeId

◆ contentSizeFlag

int LZ4IO_prefs_s::contentSizeFlag

◆ dictionaryFilename

const char* LZ4IO_prefs_s::dictionaryFilename

◆ favorDecSpeed

unsigned LZ4IO_prefs_s::favorDecSpeed

◆ overwrite

int LZ4IO_prefs_s::overwrite

◆ passThrough

int LZ4IO_prefs_s::passThrough

Definition at line 114 of file lz4io.c.

Referenced by LZ4IO_defaultPreferences(), LZ4IO_setPassThrough(), and selectDecoder().

◆ removeSrcFile

int LZ4IO_prefs_s::removeSrcFile

◆ sparseFileSupport

int LZ4IO_prefs_s::sparseFileSupport

◆ streamChecksum

int LZ4IO_prefs_s::streamChecksum

◆ testMode

int LZ4IO_prefs_s::testMode

◆ useDictionary

int LZ4IO_prefs_s::useDictionary

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