Closure for iterator processing results. More...
Data Fields | |
struct GNUNET_HashCode | query |
Hash of data. More... | |
const void * | data |
Data found in P2P network. More... | |
struct GNUNET_FS_DownloadContext * | dc |
Our download context. More... | |
struct GNUNET_TIME_Absolute | last_transmission |
When did we last transmit the request? More... | |
size_t | size |
Number of bytes in data. More... | |
enum GNUNET_BLOCK_Type | type |
Type of data. More... | |
int | do_store |
Flag to indicate if this block should be stored on disk. More... | |
uint32_t | respect_offered |
how much respect did we offer to get this reply? More... | |
uint32_t | num_transmissions |
how often did we transmit the query? More... | |
Closure for iterator processing results.
Definition at line 135 of file fs_download.c.
struct GNUNET_HashCode ProcessResultClosure::query |
Hash of data.
Definition at line 140 of file fs_download.c.
Referenced by gnunet-chk.Chk::__init__(), encrypt_existing_match(), handle_put(), process_result_with_request(), and gnunet-chk.Chk::uri().
const void* ProcessResultClosure::data |
Data found in P2P network.
Definition at line 145 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), typescriptdomain.TypeScriptDomain::objects(), process_result_with_request(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().
struct GNUNET_FS_DownloadContext* ProcessResultClosure::dc |
Our download context.
Definition at line 150 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
struct GNUNET_TIME_Absolute ProcessResultClosure::last_transmission |
When did we last transmit the request?
Definition at line 155 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
size_t ProcessResultClosure::size |
Number of bytes in data.
Definition at line 160 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
enum GNUNET_BLOCK_Type ProcessResultClosure::type |
Type of data.
Definition at line 165 of file fs_download.c.
Referenced by encrypt_existing_match(), and handle_put().
int ProcessResultClosure::do_store |
Flag to indicate if this block should be stored on disk.
Definition at line 170 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
uint32_t ProcessResultClosure::respect_offered |
how much respect did we offer to get this reply?
Definition at line 175 of file fs_download.c.
Referenced by handle_put(), and process_result_with_request().
uint32_t ProcessResultClosure::num_transmissions |
how often did we transmit the query?
Definition at line 180 of file fs_download.c.
Referenced by handle_put(), and process_result_with_request().