Searched refs:G_IO_ERROR_TIMED_OUT (Results 1 – 15 of 15) sorted by relevance
/third_party/glib/gio/tests/ |
D | network-address.c | 973 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_ipv6_error_ipv4_first() 995 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_ipv6_error_ipv6_first() 1020 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_ipv6_error_ipv4_very_slow() 1042 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_ipv4_error_ipv4_first() 1064 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_ipv4_error_ipv6_first() 1086 data.expected_error_code = G_IO_ERROR_TIMED_OUT; in test_happy_eyeballs_both_error() 1087 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_both_error() 1088 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_both_error() 1112 data.expected_error_code = G_IO_ERROR_TIMED_OUT; in test_happy_eyeballs_both_error_delays_1() 1113 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_both_error_delays_1() [all …]
|
D | gdbus-proxy.c | 90 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT); in test_methods() 123 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT); in test_methods()
|
D | socket.c | 269 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT); in test_ip_async_timed_out() 490 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT); in test_ip_sync() 898 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT); in test_ip_sync_dgram_timeouts() 1013 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT); in test_close_graceful() 1174 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT); in test_timed_wait()
|
/third_party/glib/gio/ |
D | gioerror.c | 204 return G_IO_ERROR_TIMED_OUT; in g_io_error_from_errno() 366 return G_IO_ERROR_TIMED_OUT; in g_io_error_from_win32_error()
|
D | gdatagrambased.c | 199 G_IO_ERROR_TIMED_OUT), -1); in g_datagram_based_receive_messages() 300 G_IO_ERROR_TIMED_OUT), -1); in g_datagram_based_send_messages()
|
D | gioenums.h | 555 G_IO_ERROR_TIMED_OUT, enumerator
|
D | gsocket.c | 442 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT, in check_timeout() 3189 G_IO_ERROR, G_IO_ERROR_TIMED_OUT, in block_on_timeout() 4419 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT, in g_socket_condition_timed_wait() 4477 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT, in g_socket_condition_timed_wait() 5860 g_error_matches (msg_error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT))) in g_socket_receive_messages_with_timeout()
|
D | gioenumtypes.c | 465 { G_IO_ERROR_TIMED_OUT, "G_IO_ERROR_TIMED_OUT", "timed-out" }, in g_io_error_enum_get_type()
|
D | gdbusconnection.c | 1901 send_message_data_deliver_error (task, G_IO_ERROR, G_IO_ERROR_TIMED_OUT, in send_message_with_reply_timeout_cb()
|
/third_party/libsoup/tests/ |
D | timeout-test.c | 121 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT); in do_request_to_session()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 1244 } else if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_TIMED_OUT)) { in write_bytes() 1315 } else if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_TIMED_OUT)) { in writev_bytes() 1482 } else if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_TIMED_OUT)) { in read_bytes() 3601 g_error_matches (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT)) { in gst_rtsp_source_dispatch_read_get_channel()
|
/third_party/libsoup/libsoup/ |
D | soup-message-io.c | 948 !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT) && in request_is_restartable()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnetclientclock.c | 671 } else if (err->code == G_IO_ERROR_TIMED_OUT) { in gst_net_client_internal_clock_thread()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpsrc.c | 882 } else if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_TIMED_OUT)) {
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpsrc.c | 1834 if ((err != NULL) && (err->domain == G_IO_ERROR) && (err->code == G_IO_ERROR_TIMED_OUT) && in send_message_wait()
|