Searched refs:g_socket_close (Results 1 – 21 of 21) sorted by relevance
/third_party/glib/gio/tests/ |
D | socket.c | 105 g_socket_close (sock, &error); in echo_server_thread() 413 g_socket_close (client, &error); in test_ip_async() 415 g_socket_close (data->server, &error); in test_ip_async() 554 g_socket_close (client, &error); in test_ip_sync() 556 g_socket_close (data->server, &error); in test_ip_sync() 787 g_socket_close (client, &error); in test_ip_sync_dgram() 789 g_socket_close (data->server, &error); in test_ip_sync_dgram() 920 g_socket_close (client, &error); in test_ip_sync_dgram_timeouts() 1026 g_socket_close (server, &error); in test_close_graceful() 1029 g_socket_close (client, &error); in test_close_graceful() [all …]
|
D | gdbus-address-get-session.c | 88 g_socket_close (mock_bus, &error); in tear_down_mock_xdg_runtime_dir()
|
D | socket-server.c | 357 if (!g_socket_close (socket, &error)) in main()
|
D | socket-client.c | 432 if (!g_socket_close (socket, &error)) in main()
|
D | proxy-test.c | 556 g_socket_close (proxy->client_sock, &error); in proxy_thread() 560 g_socket_close (proxy->server_sock, &error); in proxy_thread() 665 g_socket_close (sock, &error); in echo_server_thread()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstdynudpsink.c | 295 if (!g_socket_close (udpsink->socket, &err)) { in gst_dynudpsink_set_property() 312 if (!g_socket_close (udpsink->socket_v6, &err)) { in gst_dynudpsink_set_property() 547 if (!g_socket_close (udpsink->used_socket, &err)) { in gst_dynudpsink_stop() 561 if (!g_socket_close (udpsink->used_socket_v6, &err)) { in gst_dynudpsink_stop()
|
D | gstmultiudpsink.c | 1079 if (!g_socket_close (udpsink->socket, &err)) { in gst_multiudpsink_set_property() 1096 if (!g_socket_close (udpsink->socket_v6, &err)) { in gst_multiudpsink_set_property() 1539 if (!g_socket_close (udpsink->used_socket, &err)) { in gst_multiudpsink_stop() 1553 if (!g_socket_close (udpsink->used_socket_v6, &err)) { in gst_multiudpsink_stop()
|
D | gstudpsrc.c | 1153 if (!g_socket_close (udpsrc->socket, &err)) { 1680 if (!g_socket_close (src->used_socket, &err)) {
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gsttcpserversrc.c | 200 if (!g_socket_close (src->server_socket, &err)) { in gst_tcp_server_src_create() 519 if (!g_socket_close (src->client_socket, &err)) { in gst_tcp_server_src_stop() 530 if (!g_socket_close (src->server_socket, &err)) { in gst_tcp_server_src_stop()
|
D | gsttcpserversink.c | 208 if (!g_socket_close (handle.socket, &err)) { in gst_tcp_server_sink_removed() 442 if (!g_socket_close (this->server_socket, &err)) { in gst_tcp_server_sink_close()
|
D | gsttcpclientsink.c | 391 if (!g_socket_close (this->socket, &err)) { in gst_tcp_client_sink_stop()
|
D | gsttcpclientsrc.c | 483 if (!g_socket_close (src->socket, &err)) { in gst_tcp_client_src_stop()
|
/third_party/glib/gio/ |
D | gsocket.h | 268 gboolean g_socket_close (GSocket *socket,
|
D | gsocketconnection.c | 489 return g_socket_close (connection->priv->socket, error); in g_socket_connection_close()
|
D | gnetworkmonitornetlink.c | 466 g_socket_close (nl->priv->sock, NULL); in g_network_monitor_netlink_finalize()
|
D | gsocketlistener.c | 1022 g_socket_close (socket, NULL); in g_socket_listener_close()
|
D | gsocket.c | 883 g_socket_close (socket, NULL); in g_socket_finalize() 3691 g_socket_close (GSocket *socket, in g_socket_close() function
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnetclientclock.c | 252 if (!g_socket_close (self->socket, NULL)) in gst_net_client_internal_clock_finalize()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2104 g_socket_close
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 532 if (!g_socket_close (client_sock, &err)) { in gst_rtsp_connection_accept()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 16567 netclientclock: Check return value of g_socket_close()
|