#include <gnunet_reclaim_lib.h>
Data Fields | |
struct GNUNET_RECLAIM_PresentationListEntry * | prev |
DLL. More... | |
struct GNUNET_RECLAIM_PresentationListEntry * | next |
DLL. More... | |
struct GNUNET_RECLAIM_Presentation * | presentation |
The credential. More... | |
Definition at line 316 of file gnunet_reclaim_lib.h.
struct GNUNET_RECLAIM_PresentationListEntry* GNUNET_RECLAIM_PresentationListEntry::prev |
DLL.
Definition at line 321 of file gnunet_reclaim_lib.h.
struct GNUNET_RECLAIM_PresentationListEntry* GNUNET_RECLAIM_PresentationListEntry::next |
DLL.
Definition at line 326 of file gnunet_reclaim_lib.h.
Referenced by consume_ticket(), generate_userinfo_json(), GNUNET_RECLAIM_presentation_list_destroy(), GNUNET_RECLAIM_presentation_list_dup(), GNUNET_RECLAIM_presentation_list_serialize(), GNUNET_RECLAIM_presentation_list_serialize_get_size(), handle_consume_ticket_result(), and issue_ticket().
struct GNUNET_RECLAIM_Presentation* GNUNET_RECLAIM_PresentationListEntry::presentation |
The credential.
Definition at line 331 of file gnunet_reclaim_lib.h.
Referenced by consume_ticket(), filter_tickets_cb(), generate_userinfo_json(), GNUNET_RECLAIM_presentation_list_deserialize(), GNUNET_RECLAIM_presentation_list_destroy(), GNUNET_RECLAIM_presentation_list_dup(), GNUNET_RECLAIM_presentation_list_serialize(), GNUNET_RECLAIM_presentation_list_serialize_get_size(), handle_consume_ticket_result(), issue_ticket(), and lookup_authz_cb().