Searched refs:index_group (Results 1 – 1 of 1) sorted by relevance
25 #define PREALLOC_MAX ((SIZE_MAX - sizeof(index_group)) / sizeof(index_record))104 } index_group; typedef457 + sizeof(index_group) + 2 * alloc_overhead; in lzma_index_memusage()460 const size_t group_base = sizeof(index_group) in lzma_index_memusage()563 const index_group *g = (const index_group *)(s->groups.rightmost); in lzma_index_file_size()650 index_group *g = (index_group *)(s->groups.rightmost); in lzma_index_append()678 g = lzma_alloc(sizeof(index_group) in lzma_index_append()797 index_group *g = (index_group *)(s->groups.rightmost); in lzma_index_cat()802 index_group *newg = lzma_alloc(sizeof(index_group) in lzma_index_cat()887 index_group *destg = lzma_alloc(sizeof(index_group) in index_dup_stream()[all …]