![]() |
GNUnet
0.11.x
|
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 AttributeIterator * | attr_iter_head |
Head of the DLL of Attribute iteration operations in progress initiated by this client. More... | |
struct AttributeIterator * | attr_iter_tail |
Tail of the DLL of Attribute 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 130 of file gnunet-service-reclaim.c.
struct IdpClient* IdpClient::prev |
DLL.
Definition at line 135 of file gnunet-service-reclaim.c.
struct IdpClient* IdpClient::next |
DLL.
Definition at line 140 of file gnunet-service-reclaim.c.
struct GNUNET_SERVICE_Client* IdpClient::client |
The client.
Definition at line 145 of file gnunet-service-reclaim.c.
Referenced by client_connect_cb(), handle_attribute_delete_message(), handle_attribute_store_message(), handle_consume_ticket_message(), handle_issue_ticket_message(), handle_iteration_next(), handle_iteration_start(), handle_iteration_stop(), handle_revoke_ticket_message(), 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 150 of file gnunet-service-reclaim.c.
Referenced by attr_iter_cb(), attr_iter_finished(), attr_store_cont(), client_connect_cb(), consume_result_cb(), revoke_result_cb(), send_delete_response(), send_ticket_result(), and ticket_iter_cb().
struct AttributeIterator* IdpClient::attr_iter_head |
Head of the DLL of Attribute iteration operations in progress initiated by this client.
Definition at line 157 of file gnunet-service-reclaim.c.
Referenced by attr_iter_finished(), cleanup_client(), handle_iteration_next(), handle_iteration_start(), and handle_iteration_stop().
struct AttributeIterator* IdpClient::attr_iter_tail |
Tail of the DLL of Attribute iteration operations in progress initiated by this client.
Definition at line 164 of file gnunet-service-reclaim.c.
Referenced by attr_iter_finished(), cleanup_client(), handle_iteration_start(), and handle_iteration_stop().
struct TicketIteration* IdpClient::ticket_iter_head |
Head of DLL of ticket iteration ops.
Definition at line 169 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), 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 174 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), 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 179 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), handle_revoke_ticket_message(), and revoke_result_cb().
struct TicketRevocationOperation* IdpClient::revoke_op_tail |
Tail of DLL of ticket revocation ops.
Definition at line 184 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), handle_revoke_ticket_message(), and revoke_result_cb().
struct TicketIssueOperation* IdpClient::issue_op_head |
Head of DLL of ticket issue ops.
Definition at line 189 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), handle_issue_ticket_message(), and issue_ticket_result_cb().
struct TicketIssueOperation* IdpClient::issue_op_tail |
Tail of DLL of ticket issue ops.
Definition at line 194 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), handle_issue_ticket_message(), and issue_ticket_result_cb().
struct ConsumeTicketOperation* IdpClient::consume_op_head |
Head of DLL of ticket consume ops.
Definition at line 199 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), consume_result_cb(), and handle_consume_ticket_message().
struct ConsumeTicketOperation* IdpClient::consume_op_tail |
Tail of DLL of ticket consume ops.
Definition at line 204 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), consume_result_cb(), and handle_consume_ticket_message().
struct AttributeStoreHandle* IdpClient::store_op_head |
Head of DLL of attribute store ops.
Definition at line 209 of file gnunet-service-reclaim.c.
Referenced by attr_store_cont(), cleanup_client(), and handle_attribute_store_message().
struct AttributeStoreHandle* IdpClient::store_op_tail |
Tail of DLL of attribute store ops.
Definition at line 214 of file gnunet-service-reclaim.c.
Referenced by attr_store_cont(), cleanup_client(), and handle_attribute_store_message().
struct AttributeDeleteHandle* IdpClient::delete_op_head |
Head of DLL of attribute delete ops.
Definition at line 218 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), handle_attribute_delete_message(), and send_delete_response().
struct AttributeDeleteHandle* IdpClient::delete_op_tail |
Tail of DLL of attribute delete ops.
Definition at line 223 of file gnunet-service-reclaim.c.
Referenced by cleanup_client(), handle_attribute_delete_message(), and send_delete_response().