• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/

Lines Matching refs:index_stream

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;
215 /// to free the Record groups from each index_stream before freeing
216 /// the index_stream itself.
340 static index_stream *
345 index_stream *s = lzma_alloc(sizeof(index_stream), allocator);
373 index_stream *s = node;
401 index_stream *s = index_stream_init(0, 0, 1, 0, allocator);
453 const size_t stream_base = sizeof(index_stream)
466 // Memory used by index_stream and index_group structures.
559 const index_stream *s = (const index_stream *)(i->streams.rightmost);
581 const index_stream *s = (const index_stream *)(i->streams.rightmost);
607 index_stream *s = (index_stream *)(i->streams.rightmost);
621 index_stream *s = (index_stream *)(i->streams.rightmost);
646 index_stream *s = (index_stream *)(i->streams.rightmost);
742 index_cat_helper(const index_cat_info *info, index_stream *this)
744 index_stream *left = (index_stream *)(this->node.left);
745 index_stream *right = (index_stream *)(this->node.right);
793 index_stream *s = (index_stream *)(dest->streams.rightmost);
841 index_cat_helper(&info, (index_stream *)(src->streams.root));
857 /// Duplicate an index_stream.
858 static index_stream *
859 index_dup_stream(const index_stream *src, lzma_allocator *allocator)
866 index_stream *dest = index_stream_init(src->node.compressed_base,
933 const index_stream *srcstream
934 = (const index_stream *)(src->streams.leftmost);
936 index_stream *deststream = index_dup_stream(
974 const index_stream *stream = iter->internal[ITER_STREAM].p;
1101 const index_stream *stream = iter->internal[ITER_STREAM].p;
1131 stream = (const index_stream *)(i->streams.leftmost);
1210 const index_stream *stream = index_tree_locate(&i->streams, target);