Common stuff for Stream flags coders. More...
#include "stream_flags_common.h"Functions | |
| lzma_ret | lzma_stream_flags_compare (const lzma_stream_flags *a, const lzma_stream_flags *b) | 
| Compare two lzma_stream_flags structures.   | |
Variables | |
| const uint8_t | lzma_header_magic [6] = { 0xFD, 0x37, 0x7A, 0x58, 0x5A, 0x00 } | 
| const uint8_t | lzma_footer_magic [2] = { 0x59, 0x5A } | 
Common stuff for Stream flags coders.
| lzma_ret lzma_stream_flags_compare | ( | const lzma_stream_flags * | a, | |
| const lzma_stream_flags * | b | |||
| ) | 
Compare two lzma_stream_flags structures.
backward_size values are compared only if both are not LZMA_VLI_UNKNOWN.
References LZMA_CHECK_ID_MAX, and LZMA_VLI_UNKNOWN.
Referenced by lzma_index_stream_flags(), and parse_indexes().
 1.7.1