Lines Matching defs:core
33 #include <pulsecore/core-util.h>
41 #include <pulsecore/core-error.h>
103 pa_core *core;
449 r = pa_full_status_string(c->protocol->core);
473 PA_IDXSET_FOREACH(sink, c->protocol->core->sinks, idx) {
492 PA_IDXSET_FOREACH(source, c->protocol->core->sources, idx) {
548 if (!(source = pa_namereg_get(c->protocol->core, source_name, PA_NAMEREG_SOURCE))) {
567 pa_source_output_new(&c->source_output, c->protocol->core, &data);
712 c->client = pa_client_new(p->core, &client_data);
749 p->core = c;
791 pa_assert_se(pa_shared_remove(p->core, "http-protocol") >= 0);