Data Fields | |
struct GNUNET_GNSRECORD_Block * | block |
Block. More... | |
struct GNUNET_HashCode | query |
query More... | |
struct GNUNET_CRYPTO_PrivateKey | private_key |
Entry zone. More... | |
uint32_t | record_count |
Record count. More... | |
uint64_t | rvalue |
Rvalue. More... | |
struct GNUNET_GNSRECORD_Data * | record_data |
Record data. More... | |
char * | label |
Label. More... | |
Definition at line 50 of file plugin_namecache_flat.c.
struct GNUNET_GNSRECORD_Block* FlatFileEntry::block |
Block.
Definition at line 55 of file plugin_namecache_flat.c.
Referenced by database_setup(), expire_blocks(), namecache_cache_block(), and store_and_free_entries().
struct GNUNET_HashCode FlatFileEntry::query |
query
Definition at line 60 of file plugin_namecache_flat.c.
Referenced by gnunet-chk.Chk::__init__(), database_setup(), namecache_cache_block(), store_and_free_entries(), and gnunet-chk.Chk::uri().
struct GNUNET_CRYPTO_PrivateKey FlatFileEntry::private_key |
Entry zone.
Definition at line 55 of file plugin_namestore_flat.c.
Referenced by database_setup(), iterate_zones(), namestore_flat_lookup_records(), namestore_flat_store_records(), store_and_free_entries(), and zone_to_name().
uint32_t FlatFileEntry::record_count |
Record count.
Definition at line 60 of file plugin_namestore_flat.c.
Referenced by database_setup(), iterate_zones(), namestore_flat_lookup_records(), namestore_flat_store_records(), store_and_free_entries(), and zone_to_name().
uint64_t FlatFileEntry::rvalue |
Rvalue.
Definition at line 65 of file plugin_namestore_flat.c.
Referenced by database_setup(), namestore_flat_store_records(), and store_and_free_entries().
struct GNUNET_GNSRECORD_Data* FlatFileEntry::record_data |
Record data.
Definition at line 70 of file plugin_namestore_flat.c.
Referenced by database_setup(), iterate_zones(), namestore_flat_lookup_records(), namestore_flat_store_records(), store_and_free_entries(), and zone_to_name().
char* FlatFileEntry::label |
Label.
Definition at line 75 of file plugin_namestore_flat.c.
Referenced by database_setup(), iterate_zones(), namestore_flat_lookup_records(), namestore_flat_store_records(), store_and_free_entries(), and zone_to_name().