libdragon
Loading...
Searching...
No Matches
Data Fields
lz4dec_state_t Struct Reference

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.
 

Detailed Description

State of the LZ4 algorithm (streaming version).

Field Documentation

◆ buf

uint8_t lz4dec_state_t::buf[128]

File buffer.

◆ fd

int lz4dec_state_t::fd

File descriptor to read from.

◆ buf_idx

int lz4dec_state_t::buf_idx

Current index in the file buffer.

◆ buf_size

int lz4dec_state_t::buf_size

Size of the file buffer.

◆ eof

bool lz4dec_state_t::eof

True if we reached the end of the file.

◆ st

lz4dec_faststate_t lz4dec_state_t::st

Fast-access state.

◆ ringbuf

decompress_ringbuf_t lz4dec_state_t::ringbuf

Ring buffer.


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