Lines Matching defs:errors
408 errors false
2049 * Any errors encountered when parsing the input or returned by hooks or
2073 * Any errors encountered when parsing the input or returned by hooks or
3807 * Additionally, any errors encountered when parsing the hook
3840 * Additionally, any errors encountered when parsing the hook
3876 * Additionally, any errors encountered when parsing the hook
3905 * Additionally, any errors encountered when parsing the hook
4127 static int config_file_load(snd_config_t *root, const char *fn, int errors)
4133 if (!errors && access(fn, R_OK) < 0)
4171 static int config_file_load_user(snd_config_t *root, const char *fn, int errors)
4178 return config_file_load(root, fn, errors);
4179 err = config_file_load(root, fn2, errors);
4184 static int config_file_load_user_all(snd_config_t *_root, snd_config_t *_file, int errors)
4215 err = config_file_load_user(root, name2, errors);
4264 int err, idx = 0, errors = 1, hit;
4267 if ((err = snd_config_search(config, "errors", &n)) >= 0) {
4268 errors = snd_config_get_bool(n);
4269 if (errors < 0) {
4270 SNDERR("Invalid bool value in field errors");
4271 return errors;
4299 err = config_file_load_user_all(root, n, errors);
4511 * Any errors encountered when parsing the input or returned by hooks or
4669 * Any errors encountered when parsing the input or returned by hooks or
5765 * Additionally, any errors encountered when parsing the hook