Home
last modified time | relevance | path

Searched refs:pa_socket_cloexec (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dohos_socket-server.c226 if ((fd = pa_socket_cloexec(PF_UNIX, SOCK_STREAM, 0)) < 0) { in pa_socket_server_new_unix()
330 if ((fd = pa_socket_cloexec(PF_INET, SOCK_STREAM, 0)) < 0) { in pa_socket_server_new_ipv4()
411 if ((fd = pa_socket_cloexec(PF_INET6, SOCK_STREAM, 0)) < 0) { in pa_socket_server_new_ipv6()
675 if ((fd = pa_socket_cloexec(PF_UNIX, SOCK_STREAM, 0)) < 0) { in pa_unix_socket_is_stale()
H A Dsocket-server.c207 if ((fd = pa_socket_cloexec(PF_UNIX, SOCK_STREAM, 0)) < 0) { in pa_socket_server_new_unix()
310 if ((fd = pa_socket_cloexec(PF_INET, SOCK_STREAM, 0)) < 0) { in pa_socket_server_new_ipv4()
391 if ((fd = pa_socket_cloexec(PF_INET6, SOCK_STREAM, 0)) < 0) { in pa_socket_server_new_ipv6()
654 if ((fd = pa_socket_cloexec(PF_UNIX, SOCK_STREAM, 0)) < 0) { in pa_unix_socket_is_stale()
H A Dcore-util.h301 int pa_socket_cloexec(int domain, int type, int protocol);
H A Dsocket-client.c252 if ((c->fd = pa_socket_cloexec(sa->sa_family, SOCK_STREAM, 0)) < 0) {
H A Dcore-util.c3634 int pa_socket_cloexec(int domain, int type, int protocol) { in pa_socket_cloexec() function
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c361 if ((fd = pa_socket_cloexec(af, SOCK_DGRAM, 0)) < 0) { in pa__init()
386 if ((sap_fd = pa_socket_cloexec(af, SOCK_DGRAM, 0)) < 0) { in pa__init()
H A Dmodule-rtp-recv.c408 if ((fd = pa_socket_cloexec(af, SOCK_DGRAM, 0)) < 0) { in mcast_socket()
/third_party/pulseaudio/src/utils/
H A Dpacmd.c147 if ((fd = pa_socket_cloexec(PF_UNIX, SOCK_STREAM, 0)) < 0) { in main()
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c730 if (fd < 0 && (fd = pa_socket_cloexec(af, SOCK_DGRAM, 0)) < 0) { in connect_udp_socket()
796 if ((fd = pa_socket_cloexec(af, SOCK_DGRAM, 0)) < 0) { in open_bind_udp_socket()

Completed in 18 milliseconds