Searched refs:g_socket_send (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | tcp.c | 265 fail_unless (g_socket_send (sockets[0], "hello", 5, NULL, NULL) == 5); in GST_START_TEST() 270 fail_unless (g_socket_send (sockets[2], "goodbye", 7, NULL, NULL) == 7); in GST_START_TEST()
|
/third_party/glib/gio/tests/ |
D | socket.c | 100 nwrote = g_socket_send (sock, buf, nread, NULL, &error); in echo_server_thread() 240 len = g_socket_send (client, testbuf, strlen (testbuf) + 1, NULL, &error); in test_ip_async_write_ready() 494 len = g_socket_send (client, testbuf, strlen (testbuf) + 1, NULL, &error); in test_ip_sync() 548 len = g_socket_send (client, testbuf, strlen (testbuf) + 1, NULL, &error); in test_ip_sync() 956 len = g_socket_send (sock, testbuf, strlen (testbuf) + 1, NULL, &error); in graceful_server_thread() 1268 len = g_socket_send (client2, testbuf, strlen (testbuf) + 1, NULL, &error); in test_fd_reuse()
|
D | proxy-test.c | 534 nwrote = g_socket_send (proxy->client_sock, command, 1, NULL, &error); in proxy_thread() 660 nwrote = g_socket_send (sock, buf, nread, NULL, &error); in echo_server_thread()
|
/third_party/glib/gio/ |
D | gsocket.h | 219 gssize g_socket_send (GSocket *socket,
|
D | gnetworkmonitornetlink.c | 180 if (g_socket_send (nl->priv->sock, buf, sizeof (buf), in request_dump()
|
D | gsocket.c | 3491 g_socket_send (GSocket *socket, in g_socket_send() function
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gsttcpclientsink.c | 196 g_socket_send (sink->socket, (gchar *) map.data + written, in gst_tcp_client_sink_render()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2098 g_socket_send
|