Searched refs:G_IO_ERROR_HOST_UNREACHABLE (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/ |
D | gioerror.c | 241 return G_IO_ERROR_HOST_UNREACHABLE; in g_io_error_from_errno() 357 return G_IO_ERROR_HOST_UNREACHABLE; in g_io_error_from_win32_error()
|
D | gnetworkmonitorbase.c | 256 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE, in g_network_monitor_base_can_reach() 286 g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE, in can_reach_async_got_address()
|
D | gioenums.h | 568 G_IO_ERROR_HOST_UNREACHABLE, enumerator
|
D | gnetworkmonitorportal.c | 563 G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE, in can_reach_done()
|
D | gsocks5proxy.c | 381 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE, in parse_connect_reply()
|
D | gioenumtypes.c | 478 { G_IO_ERROR_HOST_UNREACHABLE, "G_IO_ERROR_HOST_UNREACHABLE", "host-unreachable" }, in g_io_error_enum_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpsrc.c | 907 if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE) || 910 if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_HOST_UNREACHABLE)) {
|
/third_party/libsoup/libsoup/ |
D | soup-session.c | 1612 else if (error->code == G_IO_ERROR_HOST_UNREACHABLE || in status_from_connect_error()
|