Lines Matching defs:items
2923 pa_config_item items[] = {
2975 items[0].data = &p->priority;
2976 items[1].data = &p->description_key;
2977 items[2].data = &p->description;
2978 items[3].data = &mute_during_activation;
2984 r = pa_config_parse(fn, NULL, items, p->proplist, false, p);
4335 char **items;
4341 unsigned i = 0; /* Index to the items table. */
4354 if (!(items = pa_split_spaces_strv(state->rvalue))) {
4361 while ((item = items[i++])) {
4435 pa_xstrfreev(items);
4440 pa_xstrfreev(items);
4931 static pa_config_item items[] = {
4969 items[0].data = &ps->auto_profiles;
4980 r = pa_config_parse(fn, NULL, items, NULL, false, ps);