21 lzma_stream_flags_compare(
25 if (
a->version != 0 ||
b->version != 0)
33 if (
a->check !=
b->check)
42 if (
a->backward_size !=
b->backward_size)
#define LZMA_CHECK_ID_MAX
Maximum valid Check ID.
const uint8_t lzma_header_magic[6]
const uint8_t lzma_footer_magic[2]
Common stuff for Stream flags coders.
static bool is_backward_size_valid(const lzma_stream_flags *options)
Options for encoding/decoding Stream Header and Stream Footer.
#define LZMA_VLI_UNKNOWN
VLI value to denote that the value is unknown.
lzma_ret
Return values used by several functions in liblzma.
@ LZMA_PROG_ERROR
Programming error.
@ LZMA_DATA_ERROR
Data is corrupt.
@ LZMA_OPTIONS_ERROR
Invalid or unsupported options.
@ LZMA_OK
Operation completed successfully.