Searched refs:g_socket_new_from_fd (Results 1 – 13 of 13) sorted by relevance
/third_party/glib/gio/tests/ |
D | gdbus-overflow.c | 117 socket = g_socket_new_from_fd (sv[0], &error); in test_overflow() 161 socket = g_socket_new_from_fd (sv[1], &error); in test_overflow()
|
D | unix-fd.c | 148 sockets[0] = g_socket_new_from_fd (sv[0], &err); in test_fds() 151 sockets[1] = g_socket_new_from_fd (sv[1], &err); in test_fds()
|
D | gdbus-peer-object-manager.c | 229 socket = g_socket_new_from_fd (pair[1], &error); in setup() 245 socket = g_socket_new_from_fd (pair[0], &error); in setup()
|
D | socket.c | 1261 client2 = g_socket_new_from_fd (fd, &error); in test_fd_reuse() 1356 s = g_socket_new_from_fd (fd, &error); in test_unix_from_fd() 1376 s = g_socket_new_from_fd (fd, &error); in test_unix_connection() 1391 socket = g_socket_new_from_fd (fd, &err); in create_connection_for_fd() 2111 sock = g_socket_new_from_fd (fds[0], &error); in test_credentials_unix_socketpair()
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | tcp.c | 142 gsv[0] = g_socket_new_from_fd (sv[0], error); in g_socketpair() 148 gsv[1] = g_socket_new_from_fd (sv[1], error); in g_socketpair()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rtp-gstreamer.c | 101 socket = g_socket_new_from_fd(fd, NULL); in init_send_pipeline() 392 socket = g_socket_new_from_fd(fd, &error); in init_receive_pipeline()
|
/third_party/glib/gio/ |
D | gsocket.h | 82 GSocket * g_socket_new_from_fd (gint fd,
|
D | gnetworkmonitornetlink.c | 117 nl->priv->sock = g_socket_new_from_fd (sockfd, error); in g_network_monitor_netlink_initable_init()
|
D | gsocket.c | 1328 g_socket_new_from_fd (gint fd, in g_socket_new_from_fd() function 2920 new_socket = g_socket_new_from_fd (ret, error); in g_socket_accept()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | multisocketsink.c | 117 *sinkhandle = g_socket_new_from_fd (sv[1], &error); in setup_handles() 120 *srchandle = g_socket_new_from_fd (sv[0], &error); in setup_handles()
|
/third_party/libsoup/libsoup/ |
D | soup-socket.c | 152 priv->gsock = g_socket_new_from_fd (priv->fd, error); in soup_socket_initable_init()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2087 g_socket_new_from_fd
|
/third_party/glib/ |
D | NEWS | 4323 730188 gsocket: Document FD ownership with g_socket_new_from_fd() 8733 627171 g_socket_new_from_fd() doesn't set the right protocol
|