• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/xz/src/liblzma/common/

Lines Matching defs:this

9 //  You can do whatever you want with this file.
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().
691 // Set the start offsets of this group.
745 index_cat_helper(const index_cat_info *info, index_stream *this)
747 index_stream *left = (index_stream *)(this->node.left);
748 index_stream *right = (index_stream *)(this->node.right);
753 this->node.uncompressed_base += info->uncompressed_size;
754 this->node.compressed_base += info->file_size;
755 this->number += info->stream_number_add;
756 this->block_number_base += info->block_number_add;
757 index_tree_append(info->streams, &this->node);
779 // within limits. In theory, this should be done only if we know
782 // this limit is quite theoretical, so we do this check always
1115 // so that the rest of the this function thinks that this Stream
1161 // This group has no more Records or this Stream has
1165 // If group is not NULL, this Stream has at least one Block
1187 // We need to look for the next Block again if this Block