• Home
  • Raw
  • Download

Lines Matching refs:SNDERR

810 					SNDERR("Invalid search dir %s", str);  in get_char_skip_comments()
819 SNDERR("Cannot add search dir %s", str); in get_char_skip_comments()
838 SNDERR("Cannot access file %s", str); in get_char_skip_comments()
1203 SNDERR("%s is not a real", *id); in parse_value()
1219 SNDERR("%s is not an integer", *id); in parse_value()
1240 SNDERR("%s is not a string", *id); in parse_value()
1298 SNDERR("%s is not a compound", id); in parse_array_def()
1405 SNDERR("%s is not a compound", id); in parse_def()
1416 SNDERR("%s does not exists", id); in parse_def()
1443 SNDERR("%s does not exists", id); in parse_def()
1457 SNDERR("%s is not a compound", id); in parse_def()
1642 SNDERR("cannot save runtime pointer type"); in _snd_config_save_node_value()
2005 SNDERR("%s:%d:%d:%s", fd->name ? fd->name : "_toplevel_", fd->line, fd->column, str); in _snd_config_load_with_include()
2011 SNDERR("%s:%d:%d:Unexpected }", fd->name ? fd->name : "", fd->line, fd->column); in _snd_config_load_with_include()
3539 SNDERR("maximum loop count reached (circular configuration?)"); \
3541 SNDERR("key %s refers to itself", key); \
3946 SNDERR("Field func is missing"); in snd_config_hooks_call()
3951 SNDERR("Invalid type for field func"); in snd_config_hooks_call()
3959 SNDERR("Invalid type for func %s definition", str); in snd_config_hooks_call()
3971 SNDERR("Invalid type for %s", id); in snd_config_hooks_call()
3979 SNDERR("Invalid type for %s", id); in snd_config_hooks_call()
3984 SNDERR("Unknown field %s", id); in snd_config_hooks_call()
4002 SNDERR("Cannot open shared library %s (%s)", lib, errbuf); in snd_config_hooks_call()
4005 SNDERR("symbol %s is not defined inside %s", func_name, lib); in snd_config_hooks_call()
4016 SNDERR("function %s returned error: %s", func_name, snd_strerror(err)); in snd_config_hooks_call()
4045 SNDERR("id of field %s is not and integer", id); in snd_config_hooks()
4094 SNDERR("%s may be old or corrupted: consider to remove or fix it", filename); in config_file_open()
4096 SNDERR("cannot access file %s", filename); in config_file_open()
4110 SNDERR("cannot stat file/directory %s", fn); in config_file_load()
4166 SNDERR("Field file not found"); in config_file_load_user_all()
4172 SNDERR("Field root is bad"); in config_file_load_user_all()
4244 SNDERR("Invalid bool value in field errors"); in snd_config_hook_load()
4249 SNDERR("Unable to find field files in the pre-load section"); in snd_config_hook_load()
4253 SNDERR("Unable to expand filenames in the pre-load section"); in snd_config_hook_load()
4257 SNDERR("Invalid type for field filenames"); in snd_config_hook_load()
4268 SNDERR("id of field %s is not and integer", id); in snd_config_hook_load()
4335 SNDERR("Unable to expand table compound"); in _snd_config_hook_table()
4340 SNDERR("Unable to find field table.id"); in _snd_config_hook_table()
4346 SNDERR("Unable to find field table.value"); in _snd_config_hook_table()
4553 SNDERR("Cannot access file %s", lf->name); in snd_config_update_r()
4613 SNDERR("%s may be old or corrupted: consider to remove or fix it", local->finfo[k].name); in snd_config_update_r()
4617 SNDERR("cannot access file %s", local->finfo[k].name); in snd_config_update_r()
4623 SNDERR("hooks failed, removing configuration"); in snd_config_update_r()
5106 SNDERR("Invalid type for @func"); in _snd_config_evaluate()
5114 SNDERR("Invalid type for func %s definition", str); in _snd_config_evaluate()
5126 SNDERR("Invalid type for %s", id); in _snd_config_evaluate()
5134 SNDERR("Invalid type for %s", id); in _snd_config_evaluate()
5139 SNDERR("Unknown field %s", id); in _snd_config_evaluate()
5158 SNDERR("Cannot open shared library %s (%s)", lib, errbuf); in _snd_config_evaluate()
5162 SNDERR("symbol %s is not defined inside %s", func_name, lib); in _snd_config_evaluate()
5174 SNDERR("function %s returned error: %s", func_name, snd_strerror(err)); in _snd_config_evaluate()
5238 SNDERR("Unknown field %s", id); in load_defaults()
5344 SNDERR("Unterminated string"); in parse_string()
5481 SNDERR("Unknown parameter %s", id); in parse_args()
5510 SNDERR("Unknown parameter %s", var); in parse_args()
5514 SNDERR("Parameter %s definition is not correct", var); in parse_args()
5526 SNDERR("Parameter %s definition is missing a valid type info", var); in parse_args()
5539 SNDERR("Parameter %s must be an integer", var); in parse_args()
5552 SNDERR("Parameter %s must be an integer", var); in parse_args()
5565 SNDERR("Parameter %s must be a real", var); in parse_args()
5632 SNDERR("Expand error (walk): %s", snd_strerror(err)); in snd_config_expand_custom()
5664 SNDERR("Unknown parameters %s", args); in snd_config_expand()
5676 SNDERR("Load defaults error: %s", snd_strerror(err)); in snd_config_expand()
5681 SNDERR("Parse arguments error: %s", snd_strerror(err)); in snd_config_expand()
5686 SNDERR("Args evaluate error: %s", snd_strerror(err)); in snd_config_expand()
5691 SNDERR("Expand error (walk): %s", snd_strerror(err)); in snd_config_expand()
5697 SNDERR("Evaluate error: %s", snd_strerror(err)); in snd_config_expand()