Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
lz4_helpers.h File Reference
#include "lz4frame.h"

Go to the source code of this file.

Functions

LZ4F_frameInfo_t FUZZ_randomFrameInfo (uint32_t *seed)
 
LZ4F_preferences_t FUZZ_randomPreferences (uint32_t *seed)
 
size_t FUZZ_decompressFrame (void *dst, const size_t dstCapacity, const void *src, const size_t srcSize)
 

Function Documentation

◆ FUZZ_decompressFrame()

size_t FUZZ_decompressFrame ( void * dst,
const size_t dstCapacity,
const void * src,
const size_t srcSize )

◆ FUZZ_randomFrameInfo()

LZ4F_frameInfo_t FUZZ_randomFrameInfo ( uint32_t * seed)

◆ FUZZ_randomPreferences()

LZ4F_preferences_t FUZZ_randomPreferences ( uint32_t * seed)