HomeSort by: relevance | last modified time | path
    Searched defs:index_stream (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/common/
index.c 28 /// \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:__anon24601
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), allocator)
    [all...]
index.c 28 /// \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:__anon24601
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), allocator)
    [all...]

Completed in 43 milliseconds