Searched refs:msg_error (Results 1 – 2 of 2) sorted by relevance
/third_party/iptables/iptables/tests/shell/ |
D | run-tests.sh | 22 msg_error() { function 36 msg_error "this requires root!" 40 msg_error "missing testdir $TESTDIR" 78 msg_error "unknown parameter '$1'"
|
/third_party/glib/gio/ |
D | gsocket.c | 5290 GError *msg_error = NULL; in g_socket_send_messages_with_timeout() local 5301 cancellable, &msg_error); 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() 5308 socket_set_error_lazy (&msg_error, WSAEWOULDBLOCK, _("Error sending message: %s")); in g_socket_send_messages_with_timeout() 5327 g_error_free (msg_error); in g_socket_send_messages_with_timeout() 5332 g_propagate_error (error, msg_error); in g_socket_send_messages_with_timeout() 5833 GError *msg_error = NULL; in g_socket_receive_messages_with_timeout() local 5846 &msg_error); in g_socket_receive_messages_with_timeout() 5859 (g_error_matches (msg_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK) || in g_socket_receive_messages_with_timeout() 5860 g_error_matches (msg_error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT))) in g_socket_receive_messages_with_timeout() [all …]
|