configuration entry More...
Data Fields | |
struct ConfigEntry * | next |
This is a linked list. More... | |
char * | key |
key for this entry More... | |
char * | val |
current, committed value More... | |
char * | hint_filename |
Diagnostics information for the filename. More... | |
unsigned int | hint_lineno |
Diagnostics information for the line number. More... | |
configuration entry
Definition at line 38 of file configuration.c.
struct ConfigEntry* ConfigEntry::next |
This is a linked list.
Definition at line 43 of file configuration.c.
Referenced by find_entry(), GNUNET_CONFIGURATION_iterate(), GNUNET_CONFIGURATION_iterate_section_values(), GNUNET_CONFIGURATION_remove_section(), GNUNET_CONFIGURATION_serialize(), GNUNET_CONFIGURATION_serialize_diagnostics(), GNUNET_CONFIGURATION_set_value_string(), and handle_inline().
char* ConfigEntry::key |
key for this entry
Definition at line 48 of file configuration.c.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), find_entry(), GNUNET_CONFIGURATION_iterate_section_values(), GNUNET_CONFIGURATION_remove_section(), GNUNET_CONFIGURATION_set_value_string(), and gnunet-chk.Chk::uri().
char* ConfigEntry::val |
current, committed value
Definition at line 53 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_section_values(), GNUNET_CONFIGURATION_remove_section(), and GNUNET_CONFIGURATION_set_value_string().
char* ConfigEntry::hint_filename |
Diagnostics information for the filename.
Definition at line 58 of file configuration.c.
Referenced by GNUNET_CONFIGURATION_remove_section(), and set_entry_hint().
unsigned int ConfigEntry::hint_lineno |
Diagnostics information for the line number.
Definition at line 63 of file configuration.c.
Referenced by set_entry_hint().