lzma_check
Type of the integrity check (Check ID)
#define LZMA_BLOCK_HEADER_SIZE_MAX
const lzma_filter * filters
#define LZMA_FILTERS_MAX
Maximum number of filters in a chain.
RZ_API void Ht_() free(HtName_(Ht) *ht)
#define expect(expr, value)
#define LZMA_FILTER_LZMA2
LZMA2 Filter ID.
Options for the Block and Block Header encoders and decoders.
lzma_vli uncompressed_size
Uncompressed Size in bytes.
lzma_filter * filters
Array of filters.
uint32_t header_size
Size of the Block Header field.
lzma_check check
Type of integrity Check.
lzma_vli compressed_size
Size of the Compressed Data in bytes.
void * options
Pointer to filter-specific options structure.
Options specific to the LZMA1 and LZMA2 filters.
Common definitions for test applications.
#define memcrap(buf, size)
#define write32le(buf, num)
#define LZMA_VLI_UNKNOWN
VLI value to denote that the value is unknown.
#define LZMA_VLI_MAX
Maximum supported value of a variable-length integer.
@ LZMA_PROG_ERROR
Programming error.
@ LZMA_DATA_ERROR
Data is corrupt.
@ LZMA_OPTIONS_ERROR
Invalid or unsupported options.
@ LZMA_OK
Operation completed successfully.