Lines Matching refs:core
35 #include <pulsecore/core-error.h>
40 #include <pulsecore/core-util.h>
235 u->simple_protocol = pa_simple_protocol_get(m->core);
238 if (pa_simple_options_parse(u->simple_options, m->core, ma) < 0)
242 u->cli_protocol = pa_cli_protocol_get(m->core);
244 u->http_protocol = pa_http_protocol_get(m->core);
246 u->native_protocol = pa_native_protocol_get(m->core);
249 if (pa_native_options_parse(u->native_options, m->core, ma) < 0)
253 u->esound_protocol = pa_esound_protocol_get(m->core);
256 if (pa_esound_options_parse(u->esound_options, m->core, ma) < 0)
275 u->socket_server_ipv6 = pa_socket_server_new_ipv6_string(m->core->mainloop, listen_on, (uint16_t) port, port_fallback, TCPWRAP_SERVICE);
277 u->socket_server_ipv4 = pa_socket_server_new_ipv4_string(m->core->mainloop, listen_on, (uint16_t) port, port_fallback, TCPWRAP_SERVICE);
280 u->socket_server_ipv6 = pa_socket_server_new_ipv6_any(m->core->mainloop, (uint16_t) port, port_fallback, TCPWRAP_SERVICE);
282 u->socket_server_ipv4 = pa_socket_server_new_ipv4_any(m->core->mainloop, (uint16_t) port, port_fallback, TCPWRAP_SERVICE);
332 if (!(u->socket_server_unix = pa_socket_server_new_unix(m->core->mainloop, u->socket_path)))