Structure containing some request-specific data. More...
Data Fields | |
struct MHD_Connection * | c |
The connection this request was sent in. More... | |
char * | body |
Body of the response object. More... | |
size_t | body_length |
Length in bytes of the body. More... | |
int | code |
Response code. More... | |
struct GNUNET_NAMESTORE_QueueEntry * | searching |
Task started to search for an entry in the namestore. More... | |
struct GNUNET_NAMESTORE_ZoneIterator * | iterating |
Task started to iterate over the namestore. More... | |
void * | ptr |
Pointer used while processing POST data. More... | |
char * | register_name |
Name requested to be registered. More... | |
char * | register_key |
Key (encoded as a string) to be associated with the requested name. More... | |
struct GNUNET_IDENTITY_PublicKey | key |
Key to be associated with the requested name. More... | |
Structure containing some request-specific data.
Definition at line 63 of file gnunet-namestore-fcfsd.c.
struct MHD_Connection* RequestData::c |
The connection this request was sent in.
Definition at line 68 of file gnunet-namestore-fcfsd.c.
char* RequestData::body |
Body of the response object.
Definition at line 73 of file gnunet-namestore-fcfsd.c.
size_t RequestData::body_length |
Length in bytes of the body.
Definition at line 78 of file gnunet-namestore-fcfsd.c.
int RequestData::code |
Response code.
Definition at line 83 of file gnunet-namestore-fcfsd.c.
struct GNUNET_NAMESTORE_QueueEntry* RequestData::searching |
Task started to search for an entry in the namestore.
Definition at line 88 of file gnunet-namestore-fcfsd.c.
struct GNUNET_NAMESTORE_ZoneIterator* RequestData::iterating |
Task started to iterate over the namestore.
Definition at line 93 of file gnunet-namestore-fcfsd.c.
void* RequestData::ptr |
Pointer used while processing POST data.
Definition at line 98 of file gnunet-namestore-fcfsd.c.
Referenced by completed_cb(), and create_response().
char* RequestData::register_name |
Name requested to be registered.
Definition at line 103 of file gnunet-namestore-fcfsd.c.
char* RequestData::register_key |
Key (encoded as a string) to be associated with the requested name.
Definition at line 108 of file gnunet-namestore-fcfsd.c.
struct GNUNET_IDENTITY_PublicKey RequestData::key |
Key to be associated with the requested name.
Definition at line 108 of file gnunet-namestore-fcfsd.c.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), and gnunet-chk.Chk::uri().