Handle for attribute deletion request. More...
Data Fields | |
| struct AttributeDeleteHandle * | next |
| DLL. | |
| struct AttributeDeleteHandle * | prev |
| DLL. | |
| struct IdpClient * | client |
| Client connection. | |
| struct GNUNET_CRYPTO_BlindablePrivateKey | identity |
| Identity. | |
| struct GNUNET_NAMESTORE_QueueEntry * | ns_qe |
| QueueEntry. | |
| struct GNUNET_NAMESTORE_ZoneIterator * | ns_it |
| Iterator. | |
| struct GNUNET_RECLAIM_Attribute * | claim |
| The attribute to delete. | |
| struct GNUNET_RECLAIM_Credential * | credential |
| The credential to delete. | |
| struct TicketRecordsEntry * | tickets_to_update_head |
| Tickets to update. | |
| struct TicketRecordsEntry * | tickets_to_update_tail |
| Tickets to update. | |
| struct GNUNET_RECLAIM_AttributeList * | existing_attributes |
| Existing attributes. | |
| struct GNUNET_RECLAIM_CredentialList * | existing_credentials |
| Existing credentials. | |
| char * | label |
| Attribute label. | |
| uint32_t | r_id |
| request id | |
Handle for attribute deletion request.
Definition at line 246 of file gnunet-service-reclaim.c.
| struct AttributeDeleteHandle* AttributeDeleteHandle::next |
DLL.
Definition at line 251 of file gnunet-service-reclaim.c.
| struct AttributeDeleteHandle* AttributeDeleteHandle::prev |
DLL.
Definition at line 256 of file gnunet-service-reclaim.c.
| struct IdpClient* AttributeDeleteHandle::client |
Client connection.
Definition at line 261 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), handle_credential_delete_message(), and send_delete_response().
| struct GNUNET_CRYPTO_BlindablePrivateKey AttributeDeleteHandle::identity |
Identity.
Definition at line 266 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), handle_credential_delete_message(), purge_attributes(), start_consistency_update(), and update_tickets().
| struct GNUNET_NAMESTORE_QueueEntry* AttributeDeleteHandle::ns_qe |
Definition at line 272 of file gnunet-service-reclaim.c.
Referenced by attr_delete_cont(), cleanup_adh(), cred_delete_cont(), handle_attribute_delete_message(), handle_credential_delete_message(), offending_attr_delete_cont(), purge_attributes(), ticket_updated(), and update_tickets().
| struct GNUNET_NAMESTORE_ZoneIterator* AttributeDeleteHandle::ns_it |
Definition at line 277 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), consistency_iter_err(), consistency_iter_fin(), and start_consistency_update().
| struct GNUNET_RECLAIM_Attribute* AttributeDeleteHandle::claim |
The attribute to delete.
Definition at line 282 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), handle_attribute_delete_message(), and handle_credential_delete_message().
| struct GNUNET_RECLAIM_Credential* AttributeDeleteHandle::credential |
The credential to delete.
Definition at line 287 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), handle_attribute_delete_message(), and handle_credential_delete_message().
| struct TicketRecordsEntry* AttributeDeleteHandle::tickets_to_update_head |
Tickets to update.
Definition at line 292 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), and update_tickets().
| struct TicketRecordsEntry* AttributeDeleteHandle::tickets_to_update_tail |
Tickets to update.
Definition at line 297 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), and update_tickets().
| struct GNUNET_RECLAIM_AttributeList* AttributeDeleteHandle::existing_attributes |
Existing attributes.
Definition at line 302 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), purge_attributes(), start_consistency_update(), and update_tickets().
| struct GNUNET_RECLAIM_CredentialList* AttributeDeleteHandle::existing_credentials |
Existing credentials.
Definition at line 307 of file gnunet-service-reclaim.c.
Referenced by cleanup_adh(), consistency_iter(), purge_attributes(), start_consistency_update(), and update_tickets().
| char* AttributeDeleteHandle::label |
Attribute label.
Definition at line 312 of file gnunet-service-reclaim.c.
Referenced by attr_delete_cont(), cleanup_adh(), cred_delete_cont(), handle_attribute_delete_message(), handle_credential_delete_message(), and offending_attr_delete_cont().
| uint32_t AttributeDeleteHandle::r_id |
request id
Definition at line 317 of file gnunet-service-reclaim.c.
Referenced by handle_attribute_delete_message(), handle_credential_delete_message(), and send_delete_response().