Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
index_decoder.h
Go to the documentation of this file.
1// SPDX-License-Identifier: 0BSD
2
4//
7//
8// Author: Lasse Collin
9//
11
12#ifndef LZMA_INDEX_DECODER_H
13#define LZMA_INDEX_DECODER_H
14
15#include "common.h"
16#include "index.h"
17
18
21 lzma_index **i, uint64_t memlimit);
22
23
24#endif
Custom functions for memory handling.
Definition base.h:372
Definition index.c:145
Hold data and function pointers of the next filter in the chain.
Definition common.h:195
Definitions common to the whole liblzma library.
lzma_ret
Return values used by several functions in liblzma.
Definition base.h:57
const lzma_allocator * allocator
Definition block.h:377
uint64_t memlimit
Definition container.h:537
lzma_index ** i
Definition index.h:629
lzma_ret lzma_index_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, lzma_index **i, uint64_t memlimit)
Definition index_decoder.c:272
Handling of Index.