Searched refs:g_socket_receive_with_blocking (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/ |
D | gsocketinputstream.c | 126 return g_socket_receive_with_blocking (input_stream->priv->socket, in g_socket_input_stream_read() 164 return g_socket_receive_with_blocking (input_stream->priv->socket, in g_socket_input_stream_pollable_read_nonblocking()
|
D | gtcpconnection.c | 168 ret = g_socket_receive_with_blocking (socket, buffer, sizeof (buffer), in g_tcp_connection_close() 219 ret = g_socket_receive_with_blocking (socket, buffer, sizeof (buffer), in close_read_ready()
|
D | gsocket.h | 288 gssize g_socket_receive_with_blocking (GSocket *socket,
|
D | gsocket.c | 3337 g_socket_receive_with_blocking (GSocket *socket, in g_socket_receive_with_blocking() function
|
/third_party/glib/gio/tests/ |
D | proxy-test.c | 464 nread = g_socket_receive_with_blocking (socket, buffer, sizeof (buffer), in proxy_bytes()
|
D | socket.c | 398 len = g_socket_receive_with_blocking (client, buf, sizeof (buf), in test_ip_async()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2097 g_socket_receive_with_blocking
|