complete information needed to download a file. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/fs/fs_api.h>
Data Fields | |
uint64_t | file_length |
Total size of the file in bytes. More... | |
struct ContentHashKey | chk |
Query and key of the top GNUNET_EC_IBlock. More... | |
uint64_t FileIdentifier::file_length |
Total size of the file in bytes.
(network byte order (!))
Definition at line 99 of file fs_api.h.
Referenced by GNUNET_FS_publish_stop(), GNUNET_FS_tree_encoder_next(), GNUNET_FS_uri_chk_get_file_size(), handle_client_loc_sign(), process_result_with_request(), reconstruct_cb(), try_match_block(), uri_chk_parse(), uri_chk_to_string(), uri_loc_parse(), and uri_loc_to_string().
struct ContentHashKey FileIdentifier::chk |
Query and key of the top GNUNET_EC_IBlock.
Definition at line 104 of file fs_api.h.
Referenced by GNUNET_FS_download_start_task_(), GNUNET_FS_tree_encoder_next(), GNUNET_FS_uri_chk_get_file_hash(), GNUNET_FS_uri_to_key(), handle_client_loc_sign(), process_kblock_for_unindex(), process_sks_result(), uri_chk_parse(), uri_chk_to_string(), uri_loc_parse(), and uri_loc_to_string().