Common stuff for Stream flags coders. More...
#include "common.h"Defines | |
| #define | LZMA_STREAM_FLAGS_SIZE 2 | 
| Size of the Stream Flags field.   | |
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.
| #define LZMA_STREAM_FLAGS_SIZE 2 | 
Size of the Stream Flags field.
Referenced by lzma_stream_footer_decode(), lzma_stream_footer_encode(), lzma_stream_header_decode(), and lzma_stream_header_encode().
 1.7.1