Lines Matching full:uncompressed
84 * \brief Uncompressed start offset of this Stream
100 * \brief Uncompressed size of this Stream
146 * \brief Uncompressed start offset of this Block
176 * \brief Uncompressed start offset of this Block
184 * \brief Uncompressed size of this Block
188 * validate the uncompressed size.
297 * skip Blocks whose Uncompressed Size is zero.
399 * \param uncompressed_size Uncompressed Size of a Block. This can be
411 * - LZMA_DATA_ERROR: Compressed or uncompressed size of the
569 * \brief Get the uncompressed size of the file
573 * \return Size in bytes of the uncompressed data in the file
639 * If the target is smaller than the uncompressed size of the Stream (can be
642 * uncompressed offset is stored into *iter.
646 * If the target is greater than the uncompressed size of the Stream, *iter
651 * \param target Uncompressed target offset which the caller would
656 * uncompressed size of the Stream (failure)
657 * - false if the target is smaller than the uncompressed size
824 * uncompressed file size with lzma_index_uncompressed_size(*dest_index) or,