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

#include <common.h>

Public Attributes

lzma_vli id
 
lzma_init_function init
 
void * options
 Pointer to filter's options structure. More...
 

Detailed Description

Raw coder validates and converts an array of lzma_filter structures to an array of lzma_filter_info structures. This array is used with lzma_next_filter_init to initialize the filter chain.

Definition at line 120 of file common.h.

Member Data Documentation

◆ id

lzma_vli lzma_filter_info_s::id

Filter ID. This is used only by the encoder with lzma_filters_update().

Definition at line 123 of file common.h.

Referenced by capstone.CsInsn::insn_name().

◆ init

lzma_init_function lzma_filter_info_s::init

Pointer to function used to initialize the filter. This is NULL to indicate end of array.

Definition at line 127 of file common.h.

◆ options

void* lzma_filter_info_s::options

Pointer to filter's options structure.

Definition at line 130 of file common.h.

Referenced by cmd_descs_generate.CmdDesc::__str__().


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