Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
compressionParameters Struct Reference

Data Fields

int cLevel
 
const char * dictBuf
 
int dictSize
 
LZ4_stream_tLZ4_stream
 
LZ4_stream_tLZ4_dictStream
 
LZ4_streamHC_tLZ4_streamHC
 
LZ4_streamHC_tLZ4_dictStreamHC
 
void(* initFunction )(struct compressionParameters *pThis)
 
void(* resetFunction )(const struct compressionParameters *pThis)
 
int(* blockFunction )(const struct compressionParameters *pThis, const char *src, char *dst, int srcSize, int dstSize)
 
void(* cleanupFunction )(const struct compressionParameters *pThis)
 

Field Documentation

◆ blockFunction

int(* blockFunction) (const struct compressionParameters *pThis, const char *src, char *dst, int srcSize, int dstSize)

◆ cleanupFunction

void(* cleanupFunction) (const struct compressionParameters *pThis)

◆ cLevel

int cLevel

◆ dictBuf

const char* dictBuf

◆ dictSize

int dictSize

◆ initFunction

void(* initFunction) (struct compressionParameters *pThis)

◆ LZ4_dictStream

LZ4_stream_t* LZ4_dictStream

◆ LZ4_dictStreamHC

LZ4_streamHC_t* LZ4_dictStreamHC

◆ LZ4_stream

LZ4_stream_t* LZ4_stream

◆ LZ4_streamHC

LZ4_streamHC_t* LZ4_streamHC

◆ resetFunction

void(* resetFunction) (const struct compressionParameters *pThis)

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