![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <zstd_compress_internal.h>
Data Fields | |
| ZSTD_window_t | window |
| U32 | loadedDictEnd |
| U32 | nextToUpdate |
| U32 | hashLog3 |
| U32 | rowHashLog |
| U16 * | tagTable |
| U32 | hashCache [ZSTD_ROW_HASH_CACHE_SIZE] |
| U32 * | hashTable |
| U32 * | hashTable3 |
| U32 * | chainTable |
| U32 | forceNonContiguous |
| int | dedicatedDictSearch |
| optState_t | opt |
| const ZSTD_matchState_t * | dictMatchState |
| ZSTD_compressionParameters | cParams |
| const rawSeqStore_t * | ldmSeqStore |
| BYTE * | tagTable |
| U64 | hashSalt |
| U32 | hashSaltEntropy |
| int | prefetchCDictTables |
| int | lazySkipping |
| U32 * chainTable |
| ZSTD_compressionParameters cParams |
| int dedicatedDictSearch |
| const ZSTD_matchState_t * dictMatchState |
| U32 forceNonContiguous |
| U32 hashCache |
| U32 hashLog3 |
| U64 hashSalt |
| U32 hashSaltEntropy |
| U32 * hashTable |
| U32 * hashTable3 |
| int lazySkipping |
| const rawSeqStore_t * ldmSeqStore |
| U32 loadedDictEnd |
| U32 nextToUpdate |
| optState_t opt |
| int prefetchCDictTables |
| U32 rowHashLog |
| BYTE * tagTable |
| BYTE* tagTable |
| ZSTD_window_t window |