An idp client. More...
Data Fields | |
struct IdpClient * | prev |
DLL. More... | |
struct IdpClient * | next |
DLL. More... | |
struct GNUNET_SERVICE_Client * | client |
The client. More... | |
struct GNUNET_MQ_Handle * | mq |
Message queue for transmission to client. More... | |
struct Iterator * | attr_iter_head |
Head of the DLL of Attribute iteration operations in progress initiated by this client. More... | |
struct Iterator * | attr_iter_tail |
Tail of the DLL of Attribute iteration operations in progress initiated by this client. More... | |
struct Iterator * | cred_iter_head |
Head of the DLL of Credential iteration operations in progress initiated by this client. More... | |
struct Iterator * | cred_iter_tail |
Tail of the DLL of Credential iteration operations in progress initiated by this client. More... | |
struct TicketIteration * | ticket_iter_head |
Head of DLL of ticket iteration ops. More... | |
struct TicketIteration * | ticket_iter_tail |
Tail of DLL of ticket iteration ops. More... | |
struct TicketRevocationOperation * | revoke_op_head |
Head of DLL of ticket revocation ops. More... | |
struct TicketRevocationOperation * | revoke_op_tail |
Tail of DLL of ticket revocation ops. More... | |
struct TicketIssueOperation * | issue_op_head |
Head of DLL of ticket issue ops. More... | |
struct TicketIssueOperation * | issue_op_tail |
Tail of DLL of ticket issue ops. More... | |
struct ConsumeTicketOperation * | consume_op_head |
Head of DLL of ticket consume ops. More... | |
struct ConsumeTicketOperation * | consume_op_tail |
Tail of DLL of ticket consume ops. More... | |
struct AttributeStoreHandle * | store_op_head |
Head of DLL of attribute store ops. More... | |
struct AttributeStoreHandle * | store_op_tail |
Tail of DLL of attribute store ops. More... | |
struct AttributeDeleteHandle * | delete_op_head |
Head of DLL of attribute delete ops. More... | |
struct AttributeDeleteHandle * | delete_op_tail |
Tail of DLL of attribute delete ops. More... | |
An idp client.
Definition at line 131 of file gnunet-service-reclaim.c.
struct IdpClient* IdpClient::prev |
DLL.
Definition at line 136 of file gnunet-service-reclaim.c.
struct IdpClient* IdpClient::next |
DLL.
Definition at line 141 of file gnunet-service-reclaim.c.
struct GNUNET_SERVICE_Client* IdpClient::client |
The client.
Definition at line 146 of file gnunet-service-reclaim.c.
Referenced by client_connect_cb(), client_disconnect_cb(), handle_ticket_iteration_next(), handle_ticket_iteration_start(), and handle_ticket_iteration_stop().
struct GNUNET_MQ_Handle* IdpClient::mq |
Message queue for transmission to client.
Definition at line 151 of file gnunet-service-reclaim.c.
Referenced by attr_store_cont(), consume_result_cb(), cred_store_cont(), revoke_result_cb(), send_delete_response(), send_ticket_result(), and ticket_iter_cb().
struct Iterator* IdpClient::attr_iter_head |
Head of the DLL of Attribute iteration operations in progress initiated by this client.
Definition at line 158 of file gnunet-service-reclaim.c.
struct Iterator* IdpClient::attr_iter_tail |
Tail of the DLL of Attribute iteration operations in progress initiated by this client.
Definition at line 165 of file gnunet-service-reclaim.c.
struct Iterator* IdpClient::cred_iter_head |
Head of the DLL of Credential iteration operations in progress initiated by this client.
Definition at line 172 of file gnunet-service-reclaim.c.
struct Iterator* IdpClient::cred_iter_tail |
Tail of the DLL of Credential iteration operations in progress initiated by this client.
Definition at line 179 of file gnunet-service-reclaim.c.
struct TicketIteration* IdpClient::ticket_iter_head |
Head of DLL of ticket iteration ops.
Definition at line 184 of file gnunet-service-reclaim.c.
Referenced by handle_ticket_iteration_next(), handle_ticket_iteration_start(), handle_ticket_iteration_stop(), and ticket_iter_cb().
struct TicketIteration* IdpClient::ticket_iter_tail |
Tail of DLL of ticket iteration ops.
Definition at line 189 of file gnunet-service-reclaim.c.
Referenced by handle_ticket_iteration_start(), handle_ticket_iteration_stop(), and ticket_iter_cb().
struct TicketRevocationOperation* IdpClient::revoke_op_head |
Head of DLL of ticket revocation ops.
Definition at line 194 of file gnunet-service-reclaim.c.
Referenced by revoke_result_cb().
struct TicketRevocationOperation* IdpClient::revoke_op_tail |
Tail of DLL of ticket revocation ops.
Definition at line 199 of file gnunet-service-reclaim.c.
Referenced by revoke_result_cb().
struct TicketIssueOperation* IdpClient::issue_op_head |
Head of DLL of ticket issue ops.
Definition at line 204 of file gnunet-service-reclaim.c.
struct TicketIssueOperation* IdpClient::issue_op_tail |
Tail of DLL of ticket issue ops.
Definition at line 209 of file gnunet-service-reclaim.c.
struct ConsumeTicketOperation* IdpClient::consume_op_head |
Head of DLL of ticket consume ops.
Definition at line 214 of file gnunet-service-reclaim.c.
Referenced by consume_result_cb().
struct ConsumeTicketOperation* IdpClient::consume_op_tail |
Tail of DLL of ticket consume ops.
Definition at line 219 of file gnunet-service-reclaim.c.
Referenced by consume_result_cb().
struct AttributeStoreHandle* IdpClient::store_op_head |
Head of DLL of attribute store ops.
Definition at line 224 of file gnunet-service-reclaim.c.
Referenced by attr_store_cont(), and cred_store_cont().
struct AttributeStoreHandle* IdpClient::store_op_tail |
Tail of DLL of attribute store ops.
Definition at line 229 of file gnunet-service-reclaim.c.
Referenced by attr_store_cont(), and cred_store_cont().
struct AttributeDeleteHandle* IdpClient::delete_op_head |
Head of DLL of attribute delete ops.
Definition at line 233 of file gnunet-service-reclaim.c.
Referenced by send_delete_response().
struct AttributeDeleteHandle* IdpClient::delete_op_tail |
Tail of DLL of attribute delete ops.
Definition at line 238 of file gnunet-service-reclaim.c.
Referenced by send_delete_response().