Lines Matching refs:XLU_Config
28 XLU_Config *xlu_cfg_init(FILE *report, const char *report_source) { in xlu_cfg_init()
29 XLU_Config *cfg; in xlu_cfg_init()
42 static int ctx_prep(CfgParseContext *ctx, XLU_Config *cfg) { in ctx_prep()
82 int xlu_cfg_readfile(XLU_Config *cfg, const char *real_filename) { in xlu_cfg_readfile()
109 int xlu_cfg_readdata(XLU_Config *cfg, const char *data, int length) { in xlu_cfg_readdata()
159 void xlu_cfg_destroy(XLU_Config *cfg) { in xlu_cfg_destroy()
173 static XLU_ConfigSetting *find(const XLU_Config *cfg, const char *n) { in find()
184 static int find_atom(const XLU_Config *cfg, const char *n, in find_atom()
209 int xlu_cfg_value_get_string(const XLU_Config *cfg, XLU_ConfigValue *value, in xlu_cfg_value_get_string()
226 int xlu_cfg_value_get_list(const XLU_Config *cfg, XLU_ConfigValue *value, in xlu_cfg_value_get_list()
250 int xlu_cfg_get_string(const XLU_Config *cfg, const char *n, in xlu_cfg_get_string()
260 int xlu_cfg_replace_string(const XLU_Config *cfg, const char *n, in xlu_cfg_replace_string()
271 int xlu_cfg_get_bounded_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_bounded_long()
326 int xlu_cfg_get_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_long()
332 int xlu_cfg_get_defbool(const XLU_Config *cfg, const char *n, libxl_defbool *b, in xlu_cfg_get_defbool()
344 int xlu_cfg_get_list(const XLU_Config *cfg, const char *n, in xlu_cfg_get_list()
362 int xlu_cfg_get_list_as_string_list(const XLU_Config *cfg, const char *n, in xlu_cfg_get_list_as_string_list()