Lines Matching defs:client
29 #include <pulsecore/client.h>
77 pa_client *client;
83 pa_strbuf_printf(s, "%u client(s) logged in.\n", pa_idxset_size(c->clients));
85 PA_IDXSET_FOREACH(client, c->clients, idx) {
91 client->index,
92 client->driver);
94 if (client->module)
95 pa_strbuf_printf(s, "\towner module: %u\n", client->module->index);
97 t = pa_proplist_to_string_sep(client->proplist, "\n\t\t");
496 if (o->client)
497 pa_strbuf_printf(s, "\tclient: %u <%s>\n", o->client->index, pa_strnull(pa_proplist_gets(o->client->proplist, PA_PROP_APPLICATION_NAME)));
593 if (i->client)
594 pa_strbuf_printf(s, "\tclient: %u <%s>\n", i->client->index, pa_strnull(pa_proplist_gets(i->client->proplist, PA_PROP_APPLICATION_NAME)));