![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "zstd.h"
Go to the source code of this file.
Macros | |
#define | ZSTD_STATIC_LINKING_ONLY |
Enumerations | |
enum | EMF_testCase { EMF_ZERO_SEQS = 0 , EMF_ONE_BIG_SEQ = 1 , EMF_LOTS_OF_SEQS = 2 , EMF_BIG_ERROR = 3 , EMF_SMALL_ERROR = 4 , EMF_INVALID_OFFSET = 5 , EMF_INVALID_MATCHLEN = 6 , EMF_INVALID_LITLEN = 7 , EMF_INVALID_LAST_LITS = 8 } |
Functions | |
size_t | zstreamSequenceProducer (void *sequenceProducerState, ZSTD_Sequence *outSeqs, size_t outSeqsCapacity, const void *src, size_t srcSize, const void *dict, size_t dictSize, int compressionLevel, size_t windowSize) |
#define ZSTD_STATIC_LINKING_ONLY |
enum EMF_testCase |