Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgsocket.c317 #define socket_set_error_lazy(err, errsv, fmt) \ macro
2889 socket_set_error_lazy (error, errsv, _("Error accepting connection: %s")); in g_socket_accept()
3255 socket_set_error_lazy (error, errsv, _("Error receiving data: %s")); in g_socket_receive_with_timeout()
3452 socket_set_error_lazy (error, errsv, _("Error sending data: %s")); in g_socket_send_with_timeout()
4854 socket_set_error_lazy (error, EWOULDBLOCK, _("Error sending message: %s")); in g_socket_send_message()
4856 socket_set_error_lazy (error, WSAEWOULDBLOCK, _("Error sending message: %s")); in g_socket_send_message()
5003 socket_set_error_lazy (error, errsv, _("Error sending message: %s")); in g_socket_send_message_with_timeout()
5088 socket_set_error_lazy (error, errsv, _("Error sending message: %s")); in g_socket_send_message_with_timeout()
5266 socket_set_error_lazy (error, errsv, _("Error sending message: %s")); in g_socket_send_messages_with_timeout()
5306 socket_set_error_lazy (&msg_error, EWOULDBLOCK, _("Error sending message: %s")); in g_socket_send_messages_with_timeout()
[all …]