MeterLogger
|
Data Fields | |
uint8_t | window_sz2 |
uint8_t | lookahead_sz2 |
size_t | decoder_input_buffer_size |
size_t | buffer_size |
uint8_t | verbose |
Operation | cmd |
char * | in_fname |
char * | out_fname |
io_handle * | in |
io_handle * | out |
Definition at line 78 of file heatshrink.c.
size_t config::buffer_size |
Definition at line 82 of file heatshrink.c.
Referenced by main(), and proc_args().
Operation config::cmd |
Definition at line 84 of file heatshrink.c.
Referenced by main(), and proc_args().
size_t config::decoder_input_buffer_size |
Definition at line 81 of file heatshrink.c.
Referenced by decode(), and proc_args().
io_handle* config::in |
Definition at line 87 of file heatshrink.c.
Referenced by close_and_report(), decode(), encode(), main(), and report().
char* config::in_fname |
Definition at line 85 of file heatshrink.c.
Referenced by main(), proc_args(), and report().
uint8_t config::lookahead_sz2 |
Definition at line 80 of file heatshrink.c.
Referenced by decode(), encode(), proc_args(), and report().
io_handle* config::out |
Definition at line 88 of file heatshrink.c.
Referenced by close_and_report(), decoder_sink_read(), encoder_sink_read(), main(), and report().
char* config::out_fname |
Definition at line 86 of file heatshrink.c.
Referenced by main(), and proc_args().
uint8_t config::verbose |
Definition at line 83 of file heatshrink.c.
Referenced by close_and_report(), and proc_args().
uint8_t config::window_sz2 |
Definition at line 79 of file heatshrink.c.
Referenced by decode(), encode(), proc_args(), and report().