Searched refs:pollable_result (Results 1 – 1 of 1) sorted by relevance
5291 GPollableReturn pollable_result; in g_socket_send_messages_with_timeout() local5294 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()