![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Public Types | |
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 } |
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 } |
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 } |
Data Fields | |
enum lzma_index_coder:: { ... } | sequence |
uint64_t | memlimit |
Memory usage limit. | |
lzma_index * | index |
Target Index. | |
lzma_index ** | index_ptr |
lzma_vli | count |
Number of Records left to decode. | |
lzma_vli | unpadded_size |
The most recent Unpadded Size field. | |
lzma_vli | uncompressed_size |
The most recent Uncompressed Size field. | |
size_t | pos |
Position in integers. | |
uint32_t | crc32 |
CRC32 of the List of Records field. | |
enum lzma_index_coder:: { ... } | sequence |
const lzma_index * | index |
Index being encoded. | |
lzma_index_iter | iter |
Iterator for the Index being encoded. | |
enum lzma_index_coder:: { ... } | sequence |
enum lzma_index_coder:: { ... } | sequence |
enum lzma_index_coder:: { ... } | sequence |
enum lzma_index_coder:: { ... } | sequence |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
lzma_vli count |
Number of Records left to decode.
uint32_t crc32 |
CRC32 of the List of Records field.
const lzma_index * index |
Target Index.
Index being encoded.
const lzma_index* index |
Index being encoded.
lzma_index ** index_ptr |
Pointer give by the application, which is set after successful decoding.
lzma_index_iter iter |
Iterator for the Index being encoded.
uint64_t memlimit |
Memory usage limit.
size_t pos |
Position in integers.
enum { ... } sequence |
enum { ... } sequence |
enum { ... } sequence |
enum { ... } sequence |
enum { ... } sequence |
enum { ... } sequence |
lzma_vli uncompressed_size |
The most recent Uncompressed Size field.
lzma_vli unpadded_size |
The most recent Unpadded Size field.