GNUnet 0.21.1
ZoneToNameContext Struct Reference

Closure for zone_to_name. More...

Collaboration diagram for ZoneToNameContext:
[legend]

Data Fields

const struct GNUNET_CRYPTO_PrivateKeyzone
 
const struct GNUNET_CRYPTO_PublicKeyvalue_zone
 
GNUNET_NAMESTORE_RecordIterator iter
 
void * iter_cls
 
int result_found
 

Detailed Description

Closure for zone_to_name.

Definition at line 673 of file plugin_namestore_flat.c.

Field Documentation

◆ zone

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().

◆ value_zone

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().

◆ iter

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().

◆ iter_cls

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().

◆ result_found

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().


The documentation for this struct was generated from the following file: