Rizin
unix-like reverse engineering framework and cli tools
|
Public Types | |
enum | { SEQ_INIT , SEQ_CODE , SEQ_FINISH } |
Public Attributes | |
lzma_next_coder | next |
Stream decoder or LZMA_Alone decoder. More... | |
uint64_t | memlimit |
uint32_t | flags |
enum lzma_auto_coder:: { ... } | sequence |
Definition at line 17 of file auto_decoder.c.
anonymous enum |
Enumerator | |
---|---|
SEQ_INIT | |
SEQ_CODE | |
SEQ_FINISH |
Definition at line 24 of file auto_decoder.c.
uint32_t lzma_auto_coder::flags |
Definition at line 22 of file auto_decoder.c.
Referenced by cmd_descs_generate.Arg::__str__(), auto_decode(), and auto_decoder_init().
uint64_t lzma_auto_coder::memlimit |
Definition at line 21 of file auto_decoder.c.
Referenced by auto_decode(), auto_decoder_init(), and auto_decoder_memconfig().
lzma_next_coder lzma_auto_coder::next |
Stream decoder or LZMA_Alone decoder.
Definition at line 19 of file auto_decoder.c.
Referenced by auto_decode(), auto_decoder_end(), auto_decoder_get_check(), auto_decoder_init(), and auto_decoder_memconfig().
enum { ... } lzma_auto_coder::sequence |
Referenced by auto_decode(), and auto_decoder_init().