Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dnetwork-address.c973 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 …]
Dgdbus-proxy.c90 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()
Dsocket.c269 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/
Dgioerror.c204 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()
Dgdatagrambased.c199 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()
Dgioenums.h555 G_IO_ERROR_TIMED_OUT, enumerator
Dgsocket.c442 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()
Dgioenumtypes.c465 { G_IO_ERROR_TIMED_OUT, "G_IO_ERROR_TIMED_OUT", "timed-out" }, in g_io_error_enum_get_type()
Dgdbusconnection.c1901 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/
Dtimeout-test.c121 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/
Dgstrtspconnection.c1244 } 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/
Dsoup-message-io.c948 !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_TIMED_OUT) && in request_is_restartable()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c671 } else if (err->code == G_IO_ERROR_TIMED_OUT) { in gst_net_client_internal_clock_thread()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c882 } else if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_TIMED_OUT)) {
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c1834 if ((err != NULL) && (err->domain == G_IO_ERROR) && (err->code == G_IO_ERROR_TIMED_OUT) && in send_message_wait()