Searched refs:config_parse (Results 1 – 1 of 1) sorted by relevance
55 static bool config_parse(FILE *fp, config_t *config);95 if (!config_parse(fp, config)) { in config_new()409 static bool config_parse(FILE *fp, config_t *config) { in config_parse() function