Searched refs:index_stream (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Dindex.c28 /// \brief Base structure for index_stream and index_group structures
45 /// \brief AVL tree to hold index_stream or index_group structures
72 /// Every Record group is part of index_stream.groups tree.
108 /// Every index_stream is a node in the tree of Sreams.
142 } index_stream; typedef in typeref:struct:__anon446
212 /// The latter is used to free the Record groups from each index_stream
213 /// before freeing the index_stream itself.
339 static index_stream *
344 index_stream *s = lzma_alloc(sizeof(index_stream), allocato
[all...]

Completed in 128 milliseconds