Searched refs:config_parse (Results 1 – 1 of 1) sorted by relevance
69 static bool config_parse(FILE* fp, config_t* config);109 if (!config_parse(fp, config.get())) { in config_new()491 static bool config_parse(FILE* fp, config_t* config) { in config_parse() function