Lines Matching refs:section
64 bool config_has_section(const config_t& config, const std::string& section);
68 bool config_has_key(const config_t& config, const std::string& section,
74 int config_get_int(const config_t& config, const std::string& section,
80 uint64_t config_get_uint64(const config_t& config, const std::string& section,
86 bool config_get_bool(const config_t& config, const std::string& section,
94 const std::string& section,
100 void config_set_int(config_t* config, const std::string& section,
105 void config_set_uint64(config_t* config, const std::string& section,
110 void config_set_bool(config_t* config, const std::string& section,
115 void config_set_string(config_t* config, const std::string& section,
123 bool config_remove_section(config_t* config, const std::string& section);
129 bool config_remove_key(config_t* config, const std::string& section,