Lines Matching defs:name
81 "sink_name=<name for the local sink> "
85 "sink=<remote sink name> "
96 "source_name=<name for the local source> "
100 "source=<remote source name> "
1184 if (pa_tagstruct_gets(t, &s) < 0 || /* name */
1240 const char *name, *description, *monitor_source_name, *driver;
1259 pa_tagstruct_gets(t, &name) < 0 ||
1312 if (!u->sink_name || !pa_streq(name, u->sink_name))
1331 const char *name, *driver, *resample_method;
1350 pa_tagstruct_gets(t, &name) < 0 ||
1441 const char *name, *description, *monitor_of_sink_name, *driver;
1460 pa_tagstruct_gets(t, &name) < 0 ||
1511 if (!u->source_name || !pa_streq(name, u->source_name))
1738 char name[256], un[128], hn[128];
1776 pa_snprintf(name, sizeof(name), "%s for %s@%s",
1784 pa_snprintf(name, sizeof(name), "%s for %s@%s",
1827 pa_tagstruct_puts(reply, name);
1846 pa_tagstruct_puts(reply, name);
1874 pa_proplist_sets(pl, PA_PROP_MEDIA_NAME, name);
2414 /* Same thing for the server name */