Rizin
unix-like reverse engineering framework and cli tools
|
Wrapper for simple filters. More...
#include "common.h"
Go to the source code of this file.
Wrapper for simple filters.
Definition in file simple_coder.h.
lzma_ret lzma_simple_arm_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
lzma_ret lzma_simple_arm_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 57 of file arm.c.
References allocator, arm_coder_init(), and filters.
lzma_ret lzma_simple_armthumb_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 71 of file armthumb.c.
References allocator, armthumb_coder_init(), and filters.
lzma_ret lzma_simple_armthumb_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 62 of file armthumb.c.
References allocator, armthumb_coder_init(), and filters.
lzma_ret lzma_simple_ia64_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
lzma_ret lzma_simple_ia64_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 98 of file ia64.c.
References allocator, filters, and ia64_coder_init().
lzma_ret lzma_simple_powerpc_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 71 of file powerpc.c.
References allocator, filters, and powerpc_coder_init().
lzma_ret lzma_simple_powerpc_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 62 of file powerpc.c.
References allocator, filters, and powerpc_coder_init().
lzma_ret lzma_simple_sparc_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 78 of file sparc.c.
References allocator, filters, and sparc_coder_init().
lzma_ret lzma_simple_sparc_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 69 of file sparc.c.
References allocator, filters, and sparc_coder_init().
lzma_ret lzma_simple_x86_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
lzma_ret lzma_simple_x86_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 145 of file x86.c.
References allocator, filters, and x86_coder_init().