Rizin
unix-like reverse engineering framework and cli tools
block_buffer_encoder.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_BLOCK_BUFFER_ENCODER_H
14
#define LZMA_BLOCK_BUFFER_ENCODER_H
15
16
#include "
common.h
"
17
18
22
extern
uint64_t
lzma_block_buffer_bound64
(
uint64_t
uncompressed_size
);
23
24
#endif
lzma_block_buffer_bound64
uint64_t lzma_block_buffer_bound64(uint64_t uncompressed_size)
Definition:
block_buffer_encoder.c:56
uint64_t
unsigned long uint64_t
Definition:
sftypes.h:28
common.h
Definitions common to the whole liblzma library.
uncompressed_size
uint64_t uncompressed_size
Definition:
list.c:106
subprojects
xz-5.2.5
src
liblzma
common
block_buffer_encoder.h
Generated by
1.9.1