Lines Matching defs:this

31 	/// Uncompressed start offset of this Stream (relative to the
36 /// Compressed start offset of this Stream or Block
51 /// this won't change after the first node has been added to
56 /// sequentially, this is always the node where to add the new data.
75 /// Number of Blocks in this Stream before this group.
84 /// The sizes in this array are stored as cumulative sums relative
111 /// Number of this Stream (first one is 1)
114 /// Total number of Blocks before this Stream
117 /// Record groups of this Stream are stored in a tree.
124 /// Number of Records in this Stream
127 /// Size of the List of Records field in this Stream. This is used
132 /// Stream Flags of this Stream. This is meaningful only if
138 /// Amount of Stream Padding after this Stream. This defaults to
157 /// Total number of Records in all Streams in this lzma_index
160 /// Size of the List of Records field if all the Streams in this
419 // NOTE: If you modify this function, check also the bottom
544 // when this function is used in lzma_index_append().
701 // Set the start offsets of this group.
755 index_cat_helper(const index_cat_info *info, index_stream *this)
757 index_stream *left = (index_stream *)(this->node.left);
758 index_stream *right = (index_stream *)(this->node.right);
763 this->node.uncompressed_base += info->uncompressed_size;
764 this->node.compressed_base += info->file_size;
765 this->number += info->stream_number_add;
766 this->block_number_base += info->block_number_add;
767 index_tree_append(info->streams, &this->node);
792 // within limits. In theory, this should be done only if we know
795 // this limit is quite theoretical, so we do this check always
1133 // so that the rest of the this function thinks that this Stream
1179 // This group has no more Records or this Stream has
1183 // If group is not NULL, this Stream has at least one Block
1205 // We need to look for the next Block again if this Block