Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
simple_coder.c File Reference

Wrapper for simple filters. More...

#include "simple_private.h"

Functions

lzma_ret lzma_simple_coder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters, size_t(*filter)(void *simple, uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size), size_t simple_size, size_t unfiltered_max, uint32_t alignment, bool is_encoder)
 

Detailed Description

Wrapper for simple filters.

Simple filters don't change the size of the data i.e. number of bytes in equals the number of bytes out.

Function Documentation

◆ lzma_simple_coder_init()

lzma_ret lzma_simple_coder_init ( lzma_next_coder * next,
const lzma_allocator * allocator,
const lzma_filter_info * filters,
size_t(* filter )(void *simple, uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size),
size_t simple_size,
size_t unfiltered_max,
uint32_t alignment,
bool is_encoder )
extern