Rizin
unix-like reverse engineering framework and cli tools
|
Common stuff for Stream flags coders. More...
#include "common.h"
Go to the source code of this file.
Macros | |
#define | LZMA_STREAM_FLAGS_SIZE 2 |
Size of the Stream Flags field. More... | |
Functions | |
static bool | is_backward_size_valid (const lzma_stream_flags *options) |
Variables | |
const uint8_t | lzma_header_magic [6] |
const uint8_t | lzma_footer_magic [2] |
Common stuff for Stream flags coders.
Definition in file stream_flags_common.h.
#define LZMA_STREAM_FLAGS_SIZE 2 |
Size of the Stream Flags field.
Definition at line 19 of file stream_flags_common.h.
|
inlinestatic |
Definition at line 26 of file stream_flags_common.h.
References LZMA_BACKWARD_SIZE_MAX, LZMA_BACKWARD_SIZE_MIN, and options.
Referenced by LZMA_API().
Definition at line 17 of file stream_flags_common.c.
Definition at line 16 of file stream_flags_common.c.
Referenced by LZMA_API().