GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
METALINK_CHUNK_CHECKSUM_T(3) libmetalink Manual METALINK_CHUNK_CHECKSUM_T(3)

metalink_chunk_checksum_t - The structure that holds piece hashes for a resource.

#include <metalink/metalink_types.h>

metalink_chunk_checksum_t is a structure that holds piece hashes for a resource. It contains length of piece and a message digest algorithm name and each hash value which is stored in metalink_piece_hash_t(3).

char *type;
int length;
metalink_piece_hash_t **piece_hashes;

Null terminated string of a message digest algorithm name used to calculate hash value for a resource.

Length of a piece in bytes.

Null terminated array of pointer of metalink_piece_hash_t(3) structure. They are ordered so that a pointer to metalink_piece_hash_t(3) of ith piece can be accessed by piece_hashes[i].

metalink_parse_file(3), metalink_piece_hash_t(3)
10/28/2008 libmetalink 0.0.3

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.