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

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)
 

Detailed Description

Single-call .xz Block encoder.

Function Documentation

◆ lzma_block_buffer_bound64()

uint64_t lzma_block_buffer_bound64 ( uint64_t uncompressed_size)
extern

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.