Rizin
unix-like reverse engineering framework and cli tools
state_t Struct Reference

Public Attributes

LZ4_stream_tcstream
 
LZ4_streamHC_tcstreamHC
 
LZ4_streamDecode_tdstream
 
const_cursor_t data
 
cursor_t compressed
 
cursor_t roundTrip
 
uint32_t seed
 
int level
 

Detailed Description

Definition at line 30 of file round_trip_stream_fuzzer.c.

Member Data Documentation

◆ compressed

cursor_t state_t::compressed

Definition at line 35 of file round_trip_stream_fuzzer.c.

◆ cstream

LZ4_stream_t* state_t::cstream

Definition at line 31 of file round_trip_stream_fuzzer.c.

◆ cstreamHC

LZ4_streamHC_t* state_t::cstreamHC

Definition at line 32 of file round_trip_stream_fuzzer.c.

◆ data

const_cursor_t state_t::data

Definition at line 34 of file round_trip_stream_fuzzer.c.

Referenced by test_group_name.GroupTest::run().

◆ dstream

LZ4_streamDecode_t* state_t::dstream

Definition at line 33 of file round_trip_stream_fuzzer.c.

◆ level

int state_t::level

Definition at line 38 of file round_trip_stream_fuzzer.c.

◆ roundTrip

cursor_t state_t::roundTrip

Definition at line 36 of file round_trip_stream_fuzzer.c.

◆ seed

uint32_t state_t::seed

Definition at line 37 of file round_trip_stream_fuzzer.c.


The documentation for this struct was generated from the following file: