Searched defs:config_section (Results 1 – 3 of 3) sorted by relevance
65 struct config_section { struct66 struct config_section *next;67 struct config_value {71 } *values;72 char name[0];
69 ConfigSection &config_section = map_[{GLOBAL_SECTION_NAME, ""}]; in Load() local76 ConfigSection &config_section = in Load() local
35 def _get_database_connection(self, config_section=_CONFIG_SECTION): argument