libdragon
|
State of the LZ4 algorithm (streaming version). More...
Data Fields | |
uint8_t | buf [128] |
File buffer. | |
int | fd |
File descriptor to read from. | |
int | buf_idx |
Current index in the file buffer. | |
int | buf_size |
Size of the file buffer. | |
bool | eof |
True if we reached the end of the file. | |
lz4dec_faststate_t | st |
Fast-access state. | |
decompress_ringbuf_t | ringbuf |
Ring buffer. | |
State of the LZ4 algorithm (streaming version).
uint8_t lz4dec_state_t::buf[128] |
File buffer.
int lz4dec_state_t::fd |
File descriptor to read from.
int lz4dec_state_t::buf_idx |
Current index in the file buffer.
int lz4dec_state_t::buf_size |
Size of the file buffer.
bool lz4dec_state_t::eof |
True if we reached the end of the file.
lz4dec_faststate_t lz4dec_state_t::st |
Fast-access state.
decompress_ringbuf_t lz4dec_state_t::ringbuf |
Ring buffer.