Rizin
unix-like reverse engineering framework and cli tools
lz4_helpers.h
Go to the documentation of this file.
1
#ifndef LZ4_HELPERS
2
#define LZ4_HELPERS
3
4
#include "
lz4frame.h
"
5
6
LZ4F_frameInfo_t
FUZZ_randomFrameInfo
(
uint32_t
* seed);
7
8
LZ4F_preferences_t
FUZZ_randomPreferences
(
uint32_t
* seed);
9
10
size_t
FUZZ_decompressFrame
(
void
*
dst
,
const
size_t
dstCapacity,
11
const
void
*
src
,
const
size_t
srcSize
);
12
13
#endif
/* LZ4_HELPERS */
src
lzma_index * src
Definition:
index.h:567
srcSize
char int srcSize
Definition:
lz4.h:697
dst
char * dst
Definition:
lz4.h:724
FUZZ_randomFrameInfo
LZ4F_frameInfo_t FUZZ_randomFrameInfo(uint32_t *seed)
Definition:
lz4_helpers.c:5
FUZZ_randomPreferences
LZ4F_preferences_t FUZZ_randomPreferences(uint32_t *seed)
Definition:
lz4_helpers.c:20
FUZZ_decompressFrame
size_t FUZZ_decompressFrame(void *dst, const size_t dstCapacity, const void *src, const size_t srcSize)
Definition:
lz4_helpers.c:30
lz4frame.h
uint32_t
unsigned int uint32_t
Definition:
sftypes.h:29
LZ4F_frameInfo_t
Definition:
lz4frame.h:175
LZ4F_preferences_t
Definition:
lz4frame.h:192
subprojects
lz4-1.9.3
ossfuzz
lz4_helpers.h
Generated by
1.9.1