Handle to a verify request. More...
Data Fields | |
struct GNUNET_ABD_Request * | next |
DLL. More... | |
struct GNUNET_ABD_Request * | prev |
DLL. More... | |
struct GNUNET_ABD_Handle * | abd_handle |
handle to abd service More... | |
GNUNET_ABD_CredentialResultProcessor | verify_proc |
processor to call on verify result More... | |
void * | proc_cls |
verify_proc closure More... | |
GNUNET_ABD_IntermediateResultProcessor | int_proc |
processor to call on intermediate result More... | |
void * | proc2_cls |
verify_proc2 closure More... | |
struct GNUNET_MQ_Envelope * | env |
Envelope with the message for this queue entry. More... | |
uint32_t | r_id |
request id More... | |
struct GNUNET_ABD_Request* GNUNET_ABD_Request::next |
DLL.
Definition at line 48 of file abd_api.c.
Referenced by handle_intermediate(), handle_result(), and reconnect().
struct GNUNET_ABD_Request* GNUNET_ABD_Request::prev |
struct GNUNET_ABD_Handle* GNUNET_ABD_Request::abd_handle |
handle to abd service
Definition at line 58 of file abd_api.c.
Referenced by GNUNET_ABD_collect(), and GNUNET_ABD_verify().
GNUNET_ABD_CredentialResultProcessor GNUNET_ABD_Request::verify_proc |
processor to call on verify result
Definition at line 63 of file abd_api.c.
Referenced by GNUNET_ABD_collect(), GNUNET_ABD_verify(), and handle_result().
void* GNUNET_ABD_Request::proc_cls |
verify_proc closure
Definition at line 68 of file abd_api.c.
Referenced by GNUNET_ABD_collect(), GNUNET_ABD_verify(), handle_intermediate(), and handle_result().
GNUNET_ABD_IntermediateResultProcessor GNUNET_ABD_Request::int_proc |
processor to call on intermediate result
Definition at line 73 of file abd_api.c.
Referenced by GNUNET_ABD_collect(), GNUNET_ABD_verify(), and handle_intermediate().
void* GNUNET_ABD_Request::proc2_cls |
verify_proc2 closure
Definition at line 78 of file abd_api.c.
Referenced by GNUNET_ABD_collect(), GNUNET_ABD_verify(), and handle_intermediate().
struct GNUNET_MQ_Envelope* GNUNET_ABD_Request::env |
Envelope with the message for this queue entry.
Definition at line 83 of file abd_api.c.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), GNUNET_ABD_collect(), GNUNET_ABD_verify(), handle_result(), reconnect(), and typescriptdomain.TypeScriptDefinition::run().
uint32_t GNUNET_ABD_Request::r_id |
request id
Definition at line 88 of file abd_api.c.
Referenced by GNUNET_ABD_collect(), GNUNET_ABD_verify(), handle_intermediate(), and handle_result().