• Home
  • Raw
  • Download

Lines Matching refs:snd_config_t

6 static int configs_equal(snd_config_t *c1, snd_config_t *c2);
9 static int subset_of(snd_config_t *c1, snd_config_t *c2) in subset_of()
12 snd_config_t *e1, *e2; in subset_of()
28 static int configs_equal(snd_config_t *c1, snd_config_t *c2) in configs_equal()
61 snd_config_t *top; in test_top()
78 snd_config_t *loaded, *made, *c, *c2; in test_load()
119 snd_config_t *orig, *saved; in test_save()
165 snd_config_t *top, *c; in test_search()
198 snd_config_t *top, *c; in test_searchv()
222 snd_config_t *c1, *c2, *c3, *c4, *c5; in test_add()
252 snd_config_t *c; in test_delete()
262 snd_config_t *c1, *c2, *c3; in test_copy()
288 snd_config_t *c; in test_make_integer()
303 snd_config_t *c; in test_make_integer64()
318 snd_config_t *c; in test_make_string()
333 snd_config_t *c; in test_make_compound()
346 snd_config_t *c; in test_imake_integer()
361 snd_config_t *c; in test_imake_integer64()
376 snd_config_t *c; in test_imake_string()
391 snd_config_t *c; in test_get_type()
406 snd_config_t *c; in test_set_integer()
421 snd_config_t *c; in test_set_integer64()
436 snd_config_t *c; in test_set_string()
454 snd_config_t *c; in test_set_ascii()
476 snd_config_t *c; in test_get_id()
491 snd_config_t *c; in test_get_ascii()
511 snd_config_t *c, *c2; in test_iterators()
532 snd_config_t *c, *c2; in test_for_each()
551 static int _expand_fcn(snd_config_t **dst, const char *s, void *private_data ATTRIBUTE_UNUSED) in _expand_fcn()
582 snd_config_t *dst; in test_evaluate_string()
609 snd_config_t *dst; in test_load_string()