Searched refs:pa_socket_cloexec (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | ohos_socket-server.c | 226 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 D | socket-server.c | 207 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 D | core-util.h | 301 int pa_socket_cloexec(int domain, int type, int protocol);
|
H A D | socket-client.c | 252 if ((c->fd = pa_socket_cloexec(sa->sa_family, SOCK_STREAM, 0)) < 0) {
|
H A D | core-util.c | 3634 int pa_socket_cloexec(int domain, int type, int protocol) { in pa_socket_cloexec() function
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-send.c | 361 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 D | module-rtp-recv.c | 408 if ((fd = pa_socket_cloexec(af, SOCK_DGRAM, 0)) < 0) { in mcast_socket()
|
/third_party/pulseaudio/src/utils/ |
H A D | pacmd.c | 147 if ((fd = pa_socket_cloexec(PF_UNIX, SOCK_STREAM, 0)) < 0) { in main()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 730 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