Home
last modified time | relevance | path

Searched refs:g_socket_new_from_fd (Results 1 – 13 of 13) sorted by relevance

/third_party/glib/gio/tests/
Dgdbus-overflow.c117 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()
Dunix-fd.c148 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()
Dgdbus-peer-object-manager.c229 socket = g_socket_new_from_fd (pair[1], &error); in setup()
245 socket = g_socket_new_from_fd (pair[0], &error); in setup()
Dsocket.c1261 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/
Dtcp.c142 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/
Drtp-gstreamer.c101 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/
Dgsocket.h82 GSocket * g_socket_new_from_fd (gint fd,
Dgnetworkmonitornetlink.c117 nl->priv->sock = g_socket_new_from_fd (sockfd, error); in g_network_monitor_netlink_initable_init()
Dgsocket.c1328 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/
Dmultisocketsink.c117 *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/
Dsoup-socket.c152 priv->gsock = g_socket_new_from_fd (priv->fd, error); in soup_socket_initable_init()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt2087 g_socket_new_from_fd
/third_party/glib/
DNEWS4323 730188 gsocket: Document FD ownership with g_socket_new_from_fd()
8733 627171 g_socket_new_from_fd() doesn't set the right protocol