#include "platform.h"#include "gnunet_util_lib.h"#include "gnunet_json_lib.h"#include "gnunet_reclaim_service.h"#include "gnunet_reclaim_lib.h"Go to the source code of this file.
| Functions | |
| struct GNUNET_JSON_Specification | GNUNET_RECLAIM_JSON_spec_attribute (struct GNUNET_RECLAIM_Attribute **attr) | 
| JSON Specification for Reclaim claims. | |
| struct GNUNET_JSON_Specification | GNUNET_RECLAIM_JSON_spec_ticket (struct GNUNET_RECLAIM_Ticket **ticket) | 
| JSON Specification for Reclaim tickets. | |
| struct GNUNET_JSON_Specification | GNUNET_RECLAIM_JSON_spec_credential (struct GNUNET_RECLAIM_Credential **cred) | 
| JSON Specification for credentials. | |
| struct GNUNET_JSON_Specification GNUNET_RECLAIM_JSON_spec_attribute | ( | struct GNUNET_RECLAIM_Attribute ** | attr | ) | 
JSON Specification for Reclaim claims.
| attr | struct of GNUNET_RECLAIM_Attribute to fill | 
| ticket | struct of GNUNET_RECLAIM_Attribute to fill | 
Definition at line 146 of file json_reclaim.c.
References clean_attr(), parse_attr(), GNUNET_JSON_Specification::parser, and ret.
Referenced by add_attribute_cont().
| struct GNUNET_JSON_Specification GNUNET_RECLAIM_JSON_spec_ticket | ( | struct GNUNET_RECLAIM_Ticket ** | ticket | ) | 
JSON Specification for Reclaim tickets.
| ticket | struct of GNUNET_RECLAIM_Ticket to fill | 
Definition at line 230 of file json_reclaim.c.
References clean_ticket(), parse_ticket(), GNUNET_JSON_Specification::parser, ret, and ticket.
Referenced by consume_ticket_cont(), and revoke_ticket_cont().
| struct GNUNET_JSON_Specification GNUNET_RECLAIM_JSON_spec_credential | ( | struct GNUNET_RECLAIM_Credential ** | cred | ) | 
JSON Specification for credentials.
| cred | struct of GNUNET_RECLAIM_Credential to fill | 
JSON Specification for credentials.
| attr | struct of GNUNET_RECLAIM_Credential to fill | 
Definition at line 354 of file json_reclaim.c.
References clean_credential(), cred, parse_credential(), GNUNET_JSON_Specification::parser, and ret.
Referenced by add_credential_cont().