Rizin
unix-like reverse engineering framework and cli tools
stream_decoder.h
Go to the documentation of this file.
1 //
5 //
6 // Author: Lasse Collin
7 //
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
10 //
12 
13 #ifndef LZMA_STREAM_DECODER_H
14 #define LZMA_STREAM_DECODER_H
15 
16 #include "common.h"
17 
21 
22 #endif
const lzma_allocator * allocator
Definition: block.h:377
uint64_t memlimit
Definition: container.h:537
static struct sockaddr static addrlen static backlog const void static flags void flags
Definition: sfsocketcall.h:123
unsigned int uint32_t
Definition: sftypes.h:29
unsigned long uint64_t
Definition: sftypes.h:28
lzma_ret lzma_stream_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, uint64_t memlimit, uint32_t flags)
Custom functions for memory handling.
Definition: base.h:372
Hold data and function pointers of the next filter in the chain.
Definition: common.h:135
Definitions common to the whole liblzma library.
lzma_ret
Return values used by several functions in liblzma.
Definition: base.h:57