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

LZ out window. More...

#include "common.h"

Go to the source code of this file.

Data Structures

struct  lzma_dict
 
struct  lzma_lz_options
 
struct  lzma_lz_decoder
 

Macros

#define LZMA_LZ_DECODER_INIT
 

Functions

lzma_ret lzma_lz_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters, lzma_ret(*lz_init)(lzma_lz_decoder *lz, const lzma_allocator *allocator, lzma_vli id, const void *options, lzma_lz_options *lz_options))
 
uint64_t lzma_lz_decoder_memusage (size_t dictionary_size)
 

Detailed Description

LZ out window.

Macro Definition Documentation

◆ LZMA_LZ_DECODER_INIT

#define LZMA_LZ_DECODER_INIT
Value:
.coder = NULL, \
.code = NULL, \
.reset = NULL, \
.set_uncompressed = NULL, \
.end = NULL, \
}
Definition lz_decoder.h:54
#define NULL
Definition getopt1.c:37

Function Documentation

◆ lzma_lz_decoder_init()

lzma_ret lzma_lz_decoder_init ( lzma_next_coder * next,
const lzma_allocator * allocator,
const lzma_filter_info * filters,
lzma_ret(* lz_init )(lzma_lz_decoder *lz, const lzma_allocator *allocator, lzma_vli id, const void *options, lzma_lz_options *lz_options) )
extern

◆ lzma_lz_decoder_memusage()

uint64_t lzma_lz_decoder_memusage ( size_t dictionary_size)
extern