Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
fuzz_third_party_seq_prod.h File Reference
#include "zstd.h"
#include <stdint.h>

Go to the source code of this file.

Macros

#define ZSTD_STATIC_LINKING_ONLY
 
#define FUZZ_SEQ_PROD_SETUP()
 
#define FUZZ_SEQ_PROD_TEARDOWN()
 

Functions

size_t FUZZ_seqProdSetup (void)
 
size_t FUZZ_seqProdTearDown (void)
 
void * FUZZ_createSeqProdState (void)
 
size_t FUZZ_freeSeqProdState (void *sequenceProducerState)
 
size_t FUZZ_thirdPartySeqProd (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

◆ FUZZ_SEQ_PROD_SETUP

#define FUZZ_SEQ_PROD_SETUP ( )

◆ FUZZ_SEQ_PROD_TEARDOWN

#define FUZZ_SEQ_PROD_TEARDOWN ( )

◆ ZSTD_STATIC_LINKING_ONLY

#define ZSTD_STATIC_LINKING_ONLY

Function Documentation

◆ FUZZ_createSeqProdState()

void * FUZZ_createSeqProdState ( void )

◆ FUZZ_freeSeqProdState()

size_t FUZZ_freeSeqProdState ( void * sequenceProducerState)

◆ FUZZ_seqProdSetup()

size_t FUZZ_seqProdSetup ( void )

◆ FUZZ_seqProdTearDown()

size_t FUZZ_seqProdTearDown ( void )

◆ FUZZ_thirdPartySeqProd()

size_t FUZZ_thirdPartySeqProd ( 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 )