Searched refs:jroot (Results 1 – 1 of 1) sorted by relevance
201 static int flex_item_config(json_t *jroot, in flex_item_config() argument208 json_object_foreach(jroot, key, jobj) { in flex_item_config()319 json_t *jroot = json_load_file(filename, 0, &json_error); in flex_item_build_config() local321 if (!jroot) { in flex_item_build_config()325 ret = flex_item_config(jroot, &fp->flex_conf); in flex_item_build_config()326 json_decref(jroot); in flex_item_build_config()