Closure for zone_to_name. More...
Data Fields | |
const struct GNUNET_CRYPTO_PrivateKey * | zone |
const struct GNUNET_CRYPTO_PublicKey * | value_zone |
GNUNET_NAMESTORE_RecordIterator | iter |
void * | iter_cls |
int | result_found |
Closure for zone_to_name.
Definition at line 673 of file plugin_namestore_flat.c.
const struct GNUNET_CRYPTO_PrivateKey* ZoneToNameContext::zone |
Definition at line 675 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().
const struct GNUNET_CRYPTO_PublicKey* ZoneToNameContext::value_zone |
Definition at line 676 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().
GNUNET_NAMESTORE_RecordIterator ZoneToNameContext::iter |
Definition at line 677 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().
void* ZoneToNameContext::iter_cls |
Definition at line 678 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().
int ZoneToNameContext::result_found |
Definition at line 680 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().