|
enum | {
SEQ_INDICATOR,
SEQ_COUNT,
SEQ_MEMUSAGE,
SEQ_UNPADDED,
SEQ_UNCOMPRESSED,
SEQ_PADDING_INIT,
SEQ_PADDING,
SEQ_CRC32
} |
|
enum | {
SEQ_INDICATOR,
SEQ_COUNT,
SEQ_UNPADDED,
SEQ_UNCOMPRESSED,
SEQ_NEXT,
SEQ_PADDING,
SEQ_CRC32
} |
|
◆ memlimit
uint64_t lzma_index_coder::memlimit |
◆ index [1/2]
◆ index_ptr
Pointer give by the application, which is set after successful decoding.
◆ count
Number of Records left to decode.
◆ unpadded_size
lzma_vli lzma_index_coder::unpadded_size |
The most recent Unpadded Size field.
◆ uncompressed_size
lzma_vli lzma_index_coder::uncompressed_size |
The most recent Uncompressed Size field.
◆ pos
size_t lzma_index_coder::pos |
◆ crc32
uint32_t lzma_index_coder::crc32 |
CRC32 of the List of Records field.
◆ index [2/2]
◆ iter
Iterator for the Index being encoded.
The documentation for this struct was generated from the following files: