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

Decodes .lz (lzip) files. More...

#include "lzip_decoder.h"
#include "lzma_decoder.h"
#include "check.h"

Data Structures

struct  lzma_lzip_coder
 

Macros

#define LZIP_V0_FOOTER_SIZE   12
 
#define LZIP_V1_FOOTER_SIZE   20
 
#define LZIP_FOOTER_SIZE_MAX   LZIP_V1_FOOTER_SIZE
 
#define LZIP_LC   3
 
#define LZIP_LP   0
 
#define LZIP_PB   2
 

Functions

lzma_ret lzma_lzip_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, uint64_t memlimit, uint32_t flags)
 
 LZMA_API (lzma_ret)
 

Detailed Description

Decodes .lz (lzip) files.

Macro Definition Documentation

◆ LZIP_FOOTER_SIZE_MAX

#define LZIP_FOOTER_SIZE_MAX   LZIP_V1_FOOTER_SIZE

◆ LZIP_LC

#define LZIP_LC   3

◆ LZIP_LP

#define LZIP_LP   0

◆ LZIP_PB

#define LZIP_PB   2

◆ LZIP_V0_FOOTER_SIZE

#define LZIP_V0_FOOTER_SIZE   12

◆ LZIP_V1_FOOTER_SIZE

#define LZIP_V1_FOOTER_SIZE   20

Function Documentation

◆ LZMA_API()

LZMA_API ( lzma_ret )
extern

◆ lzma_lzip_decoder_init()

lzma_ret lzma_lzip_decoder_init ( lzma_next_coder * next,
const lzma_allocator * allocator,
uint64_t memlimit,
uint32_t flags )
extern