Lines Matching defs:size

136 /* Authentication code size. */
253 size_t *size, int64_t *offset);
258 size_t *size, int64_t *offset);
355 crypt_derive_key_sha1(const void *p, int size, unsigned char *key,
366 archive_sha1_update(&ctx, p, size);
484 * triplets. id and size are 2 bytes each.
549 "uncompressed size");
564 "compressed size");
859 /* get a uid size. */
871 /* get a gid size. */
1119 /* If this came from the central dir, its size info
1141 "Inconsistent compressed size: "
1154 "Inconsistent uncompressed size: "
1278 /* Set the size only if it's meaningful. */
1337 * 1) We know the size of the data. This is always true for the
1340 * Info-ZIP seems to do this; we know the size but have to grab
1343 * we have no size information. In this case, we can do pretty
1350 * and size fields but had no leading signature. In practice,
1361 size_t *size, int64_t *offset)
1492 *size = bytes_avail;
1634 * uint64_t value that contains information about the size of the
1676 /* Initialize the 'uncompressed size' field to unknown; we'll manually
1720 size_t *size, int64_t *offset)
1793 *size = zip->zipx_lzma_stream.total_out;
1805 size_t *size, int64_t *offset)
1900 *size = zip->zipx_lzma_stream.total_out;
2019 size_t *size, int64_t *offset)
2073 *size = consumed_bytes;
2140 size_t *size, int64_t *offset)
2228 *size = total_out;
2269 size_t *size, int64_t *offset)
2408 *size = zip->stream.total_out;
2459 * Read a size of remaining decryption header field.
2562 /* Reserved data size should be zero. */
2806 const void **buff, size_t *size, int64_t *offset)
2817 *size = 0;
2846 r = zip_read_data_none(a, buff, size, offset);
2850 r = zip_read_data_zipx_bzip2(a, buff, size, offset);
2855 r = zip_read_data_zipx_lzma_alone(a, buff, size, offset);
2858 r = zip_read_data_zipx_xz(a, buff, size, offset);
2863 r = zip_read_data_zipx_ppmd(a, buff, size, offset);
2868 r = zip_read_data_deflate(a, buff, size, offset);
2884 if (*size)
2886 (unsigned)*size);
2889 /* Check file size, CRC against these values. */
2893 "ZIP compressed data is wrong size "
2900 * size. */
2904 "ZIP uncompressed data is wrong size "
3246 size_t size = 0;
3248 r = zip_read_data_deflate(a, &buff, &size, &offset);
3843 "inconsistent size");