Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgsocket.c5291 GPollableReturn pollable_result; in g_socket_send_messages_with_timeout() local
5294 pollable_result = g_socket_send_message_with_timeout (socket, msg->address, in g_socket_send_messages_with_timeout()
5303 if (pollable_result == G_POLLABLE_RETURN_WOULD_BLOCK) in g_socket_send_messages_with_timeout()
5312 result = pollable_result == G_POLLABLE_RETURN_OK ? bytes_written : -1; in g_socket_send_messages_with_timeout()