![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Handling of Index. More...
Go to the source code of this file.
Macros | |
| #define | UNPADDED_SIZE_MIN LZMA_VLI_C(5) |
| Minimum Unpadded Size. | |
| #define | UNPADDED_SIZE_MAX (LZMA_VLI_MAX & ~LZMA_VLI_C(3)) |
| Maximum Unpadded Size. | |
| #define | INDEX_INDICATOR 0 |
| Index Indicator based on xz specification. | |
Functions | |
| uint32_t | lzma_index_padding_size (const lzma_index *i) |
| void | lzma_index_prealloc (lzma_index *i, lzma_vli records) |
Handling of Index.
| #define INDEX_INDICATOR 0 |
Index Indicator based on xz specification.
| #define UNPADDED_SIZE_MAX (LZMA_VLI_MAX & ~LZMA_VLI_C(3)) |
Maximum Unpadded Size.
| #define UNPADDED_SIZE_MIN LZMA_VLI_C(5) |
Minimum Unpadded Size.
|
extern |
Get the size of the Index Padding field. This is needed by Index encoder and decoder, but applications should have no use for this.
|
extern |
Set for how many Records to allocate memory the next time lzma_index_append() needs to allocate space for a new Record. This is used only by the Index decoder.