Searched refs:g_socket_send_message (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/gio/ |
D | gunixconnection.c | 104 if (g_socket_send_message (socket, NULL, NULL, 0, &scm, 1, 0, cancellable, error) != 1) in g_unix_connection_send_fd() 353 if (g_socket_send_message (socket, in g_unix_connection_send_credentials()
|
D | gsocket.h | 242 gssize g_socket_send_message (GSocket *socket,
|
D | gsocket.c | 3567 return g_socket_send_message (socket, in g_socket_send_to() 4782 g_socket_send_message (GSocket *socket, in g_socket_send_message() function
|
D | gdbusprivate.c | 1035 bytes_written = g_socket_send_message (data->worker->socket, in write_message_continue_writing()
|
/third_party/glib/gio/tests/ |
D | unix-fd.c | 183 s = g_socket_send_message (sockets[0], NULL, &ov, 1, in test_fds()
|
D | socket.c | 522 len = g_socket_send_message (client, NULL, v, G_N_ELEMENTS (v), NULL, 0, 0, NULL, &error); in test_ip_sync() 665 len = g_socket_send_message (client, dest_addr, v, G_N_ELEMENTS (v), NULL, 0, 0, NULL, &error); in test_ip_sync_dgram()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstmultisocketsink.c | 794 g_socket_send_message (sock, NULL, vec, mems_mapped, cmsgs, msg_count, 0, in gst_multi_socket_sink_write()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2100 g_socket_send_message
|
/third_party/glib/ |
D | NEWS | 243 - !1873 Fix possible integer overflow of g_socket_send_message() 244 - !1876 Fixing g_socket_send_message() documentation to make it clearer 246 - !1878 Another fix on g_socket_send_message() 4089 752769 (g_socket_receive_message | g_socket_send_message) performance 4907 730190 gsocket: Add missing preconditions to g_socket_send_message() 10042 594759 g_socket_send_message fails due to invalid sendmsg params
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 42584 g_socket_send_message(s)(), i.e. a lot. Which is not
|