#include <gnunet_reclaim_lib.h>
Data Fields | |
struct GNUNET_RECLAIM_AttributeListEntry * | prev |
DLL. More... | |
struct GNUNET_RECLAIM_AttributeListEntry * | next |
DLL. More... | |
struct GNUNET_RECLAIM_Attribute * | attribute |
The attribute claim. More... | |
Definition at line 243 of file gnunet_reclaim_lib.h.
struct GNUNET_RECLAIM_AttributeListEntry* GNUNET_RECLAIM_AttributeListEntry::prev |
DLL.
Definition at line 248 of file gnunet_reclaim_lib.h.
struct GNUNET_RECLAIM_AttributeListEntry* GNUNET_RECLAIM_AttributeListEntry::next |
DLL.
Definition at line 253 of file gnunet_reclaim_lib.h.
Referenced by attribute_list_merge(), cred_collect(), cred_iter_cb(), filter_tickets_cb(), generate_userinfo_json(), GNUNET_RECLAIM_attribute_list_destroy(), GNUNET_RECLAIM_attribute_list_dup(), GNUNET_RECLAIM_attribute_list_serialize(), GNUNET_RECLAIM_attribute_list_serialize_get_size(), handle_consume_ticket_result(), handle_issue_ticket_message(), issue_ticket(), iter_finished(), oidc_cred_collect(), oidc_cred_collect_finished_cb(), pabc_create_presentation(), process_attrs(), purge_attributes(), and update_tickets().
struct GNUNET_RECLAIM_Attribute* GNUNET_RECLAIM_AttributeListEntry::attribute |
The attribute claim.
Definition at line 258 of file gnunet_reclaim_lib.h.
Referenced by attribute_list_merge(), consistency_iter(), consume_ticket(), cred_collect(), cred_iter_cb(), filter_tickets_cb(), generate_userinfo_json(), GNUNET_RECLAIM_attribute_list_add(), GNUNET_RECLAIM_attribute_list_deserialize(), GNUNET_RECLAIM_attribute_list_destroy(), GNUNET_RECLAIM_attribute_list_dup(), GNUNET_RECLAIM_attribute_list_serialize(), GNUNET_RECLAIM_attribute_list_serialize_get_size(), handle_consume_ticket_result(), handle_issue_ticket_message(), issue_ticket(), iter_cb(), iter_finished(), oidc_attr_collect(), oidc_cred_collect(), oidc_cred_collect_finished_cb(), pabc_create_presentation(), process_attrs(), process_parallel_lookup_result(), purge_attributes(), and update_tickets().