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

#include <easy_preset.h>

Public Attributes

lzma_filter filters [LZMA_FILTERS_MAX+1]
 
lzma_options_lzma opt_lzma
 Options for LZMA2. More...
 

Detailed Description

Definition at line 16 of file easy_preset.h.

Member Data Documentation

◆ filters

lzma_filter lzma_options_easy::filters[LZMA_FILTERS_MAX+1]

We need to keep the filters array available in case LZMA_FULL_FLUSH is used.

Definition at line 19 of file easy_preset.h.

Referenced by get_options(), LZMA_API(), and lzma_easy_preset().

◆ opt_lzma

lzma_options_lzma lzma_options_easy::opt_lzma

Options for LZMA2.

Definition at line 22 of file easy_preset.h.

Referenced by lzma_easy_preset().


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