Searched refs:config_has_key (Results 1 – 3 of 3) sorted by relevance
59 bool config_has_key(const config_t *config, const char *section, const char *key);
119 return config_has_key(config, section, key); in btc_config_exist()129 bool ret = config_has_key(config, section, key); in btc_config_get_int()
120 bool config_has_key(const config_t *config, const char *section, const char *key) in config_has_key() function