![]() |
GNUnet
0.11.x
|
configuration entry More...
Data Fields | |
struct ConfigEntry * | next |
This is a linked list. More... | |
char * | key |
key for this entry More... | |
char * | val |
current, commited value More... | |
configuration entry
Definition at line 41 of file configuration.c.
struct ConfigEntry* ConfigEntry::next |
This is a linked list.
Definition at line 46 of file configuration.c.
Referenced by find_entry(), GNUNET_CONFIGURATION_iterate(), GNUNET_CONFIGURATION_iterate_section_values(), GNUNET_CONFIGURATION_iterate_sections(), GNUNET_CONFIGURATION_remove_section(), GNUNET_CONFIGURATION_serialize(), and GNUNET_CONFIGURATION_set_value_string().
char* ConfigEntry::key |
key for this entry
Definition at line 51 of file configuration.c.
Referenced by gnunet-chk.AESKey::__init__(), gnunet-chk.Chk::__init__(), find_entry(), GNUNET_CONFIGURATION_iterate(), GNUNET_CONFIGURATION_iterate_section_values(), GNUNET_CONFIGURATION_remove_section(), GNUNET_CONFIGURATION_serialize(), GNUNET_CONFIGURATION_set_value_string(), and gnunet-chk.Chk::uri().
char* ConfigEntry::val |
current, commited value
Definition at line 56 of file configuration.c.
Referenced by compare_entries(), GNUNET_CONFIGURATION_get_value_choice(), GNUNET_CONFIGURATION_get_value_float(), GNUNET_CONFIGURATION_get_value_number(), GNUNET_CONFIGURATION_get_value_size(), GNUNET_CONFIGURATION_get_value_string(), GNUNET_CONFIGURATION_get_value_time(), GNUNET_CONFIGURATION_get_value_yesno(), GNUNET_CONFIGURATION_have_value(), GNUNET_CONFIGURATION_iterate(), GNUNET_CONFIGURATION_iterate_section_values(), GNUNET_CONFIGURATION_remove_section(), GNUNET_CONFIGURATION_serialize(), and GNUNET_CONFIGURATION_set_value_string().