13#ifndef LZMA_H_INTERNAL
14# error Never include this file directly. Use <lzma.h> instead.
25#define LZMA_STREAM_HEADER_SIZE 12
72# define LZMA_BACKWARD_SIZE_MIN 4
77# define LZMA_BACKWARD_SIZE_MAX (LZMA_VLI_C(1) << 34)
134 uint32_t reserved_int1;
137 uint32_t reserved_int2;
Options for encoding/decoding Stream Header and Stream Footer.
Definition stream_flags.h:33
#define const
Definition zconf.h:230
#define b(i)
Definition sha256.c:42
#define a(i)
Definition sha256.c:41
lzma_reserved_enum
Type of reserved enumeration variable in structures.
Definition base.h:44
lzma_ret
Return values used by several functions in liblzma.
Definition base.h:57
unsigned char lzma_bool
Boolean.
Definition base.h:29
lzma_check
Type of the integrity check (Check ID)
Definition check.h:27
lzma_check check
Definition container.h:292
const lzma_stream_flags *b lzma_nothrow lzma_attr_pure
Definition stream_flags.h:223
uint8_t *out lzma_nothrow lzma_attr_warn_unused_result
Definition stream_flags.h:124
uint64_t lzma_vli
Variable-length integer type.
Definition vli.h:63
#define lzma_nothrow
Definition lzma.h:231
#define LZMA_API(type)
Definition lzma.h:207
const lzma_options_lzma * options
Definition container.h:545