Home
last modified time | relevance | path

Searched refs:path_or_host (Results 1 - 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsocket-client.c436 a.path_or_host = NULL;
459 if ((c = pa_socket_client_new_unix(m, a.path_or_host)))
493 pa_assert_se(c->asyncns_query = asyncns_getaddrinfo(c->asyncns, a.path_or_host, port, &hints));
501 ret = getaddrinfo(a.path_or_host, port, &hints, &res);
526 host = gethostbyname(a.path_or_host);
528 unsigned int addr = inet_addr(a.path_or_host);
550 pa_xfree(a.path_or_host);
H A Dparseaddr.c130 ret_p->path_or_host = pa_xstrdup(p); in pa_parse_address()
132 if (!(ret_p->path_or_host = parse_host(p, &ret_p->port))) in pa_parse_address()
H A Dparseaddr.h36 char *path_or_host; member
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-bonjour-publish.c181 pa_xfree(a.path_or_host); in compute_port()
185 pa_xfree(a.path_or_host); in compute_port()
/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c758 if (pa_is_ip_address(a.path_or_host)) in compute_url()
759 address = a.path_or_host; in compute_url()
768 pa_xfree(a.path_or_host); in compute_url()
772 pa_xfree(a.path_or_host); in compute_url()
H A Dmodule-zeroconf-publish.c270 pa_xfree(a.path_or_host); in compute_port()
274 pa_xfree(a.path_or_host); in compute_port()
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c1452 pa_xfree(a.path_or_host); in pa_raop_client_new()
1458 c->host = a.path_or_host; /* Will eventually be freed on destruction of c */ in pa_raop_client_new()

Completed in 12 milliseconds