Closure for zone_to_name. More...
Data Fields | |
| const struct GNUNET_CRYPTO_BlindablePrivateKey * | zone |
| const struct GNUNET_CRYPTO_BlindablePublicKey * | value_zone |
| GNUNET_NAMESTORE_RecordIterator | iter |
| void * | iter_cls |
| int | result_found |
Closure for zone_to_name.
Definition at line 675 of file plugin_namestore_flat.c.
| const struct GNUNET_CRYPTO_BlindablePrivateKey* ZoneToNameContext::zone |
Definition at line 677 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().
| const struct GNUNET_CRYPTO_BlindablePublicKey* ZoneToNameContext::value_zone |
Definition at line 678 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 679 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().
| void* ZoneToNameContext::iter_cls |
Definition at line 680 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().
| int ZoneToNameContext::result_found |
Definition at line 682 of file plugin_namestore_flat.c.
Referenced by namestore_flat_zone_to_name(), and zone_to_name().