Lines Matching defs:uncompressed
22 vli_type uncompressed;
59 /* Type of the integrity check calculated from uncompressed data */
80 * Value stored in the Uncompressed Size field, or
81 * VLI_UNKNOWN if Uncompressed Size is not present.
83 vli_type uncompressed;
94 /* Observed uncompressed size of the current Block */
95 vli_type uncompressed;
219 * the observed compressed and uncompressed sizes of the Block so that
244 s->block.uncompressed += b->out_pos - s->out_start;
251 || s->block.uncompressed
252 > s->block_header.uncompressed)
270 if (s->block_header.uncompressed != VLI_UNKNOWN
271 && s->block_header.uncompressed
272 != s->block.uncompressed)
287 s->block.hash.uncompressed += s->block.uncompressed;
307 * Decode the Number of Records, Unpadded Size, and Uncompressed Size
346 s->index.hash.uncompressed += s->vli;
507 /* Uncompressed Size */
513 s->block_header.uncompressed = s->vli;
515 s->block_header.uncompressed = VLI_UNKNOWN;
565 s->block.uncompressed = 0;
756 * be any valid uncompressed data in the output buffer unless the decoding