Searched refs:config_has_key_in_section (Results 1 – 3 of 3) sorted by relevance
63 bool config_has_key_in_section(config_t *config, const char *key, char *key_value);
40 if ((status = config_has_key_in_section(config, key_type, value_str)) == true) { in btc_compare_address_key_value()
129 bool config_has_key_in_section(config_t *config, const char *key, char *key_value) in config_has_key_in_section() function