Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
LZ4_stream_t * | cstream |
LZ4_streamHC_t * | cstreamHC |
LZ4_streamDecode_t * | dstream |
const_cursor_t | data |
cursor_t | compressed |
cursor_t | roundTrip |
uint32_t | seed |
int | level |
Definition at line 30 of file round_trip_stream_fuzzer.c.
cursor_t state_t::compressed |
Definition at line 35 of file round_trip_stream_fuzzer.c.
LZ4_stream_t* state_t::cstream |
Definition at line 31 of file round_trip_stream_fuzzer.c.
LZ4_streamHC_t* state_t::cstreamHC |
Definition at line 32 of file round_trip_stream_fuzzer.c.
const_cursor_t state_t::data |
Definition at line 34 of file round_trip_stream_fuzzer.c.
Referenced by test_group_name.GroupTest::run().
LZ4_streamDecode_t* state_t::dstream |
Definition at line 33 of file round_trip_stream_fuzzer.c.
int state_t::level |
Definition at line 38 of file round_trip_stream_fuzzer.c.
cursor_t state_t::roundTrip |
Definition at line 36 of file round_trip_stream_fuzzer.c.
uint32_t state_t::seed |
Definition at line 37 of file round_trip_stream_fuzzer.c.