Rizin
unix-like reverse engineering framework and cli tools
|
Single-call .xz Block encoder. More...
#include "common.h"
Go to the source code of this file.
Functions | |
uint64_t | lzma_block_buffer_bound64 (uint64_t uncompressed_size) |
Single-call .xz Block encoder.
Definition in file block_buffer_encoder.h.
uint64_t version of lzma_block_buffer_bound(). It is used by stream_encoder_mt.c. Probably the original lzma_block_buffer_bound() should have been 64-bit, but fixing it would break the ABI.
Definition at line 56 of file block_buffer_encoder.c.
References HEADERS_BOUND, lzma2_bound(), UINT64_C, and uncompressed_size.
Referenced by get_options(), and LZMA_API().