Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
external_matchfinder.h File Reference
#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)
 

Macro Definition Documentation

◆ ZSTD_STATIC_LINKING_ONLY

#define ZSTD_STATIC_LINKING_ONLY

Enumeration Type Documentation

◆ EMF_testCase

Enumerator
EMF_ZERO_SEQS 
EMF_ONE_BIG_SEQ 
EMF_LOTS_OF_SEQS 
EMF_BIG_ERROR 
EMF_SMALL_ERROR 
EMF_INVALID_OFFSET 
EMF_INVALID_MATCHLEN 
EMF_INVALID_LITLEN 
EMF_INVALID_LAST_LITS 

Function Documentation

◆ zstreamSequenceProducer()

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 )