Searched refs:G_IO_ERROR_CONNECTION_REFUSED (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/gio/ |
D | gioerror.c | 253 return G_IO_ERROR_CONNECTION_REFUSED; in g_io_error_from_errno() 363 return G_IO_ERROR_CONNECTION_REFUSED; in g_io_error_from_win32_error()
|
D | gioenums.h | 570 G_IO_ERROR_CONNECTION_REFUSED, enumerator
|
D | gsocks5proxy.c | 393 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED, in parse_connect_reply()
|
D | gioenumtypes.c | 480 { G_IO_ERROR_CONNECTION_REFUSED, "G_IO_ERROR_CONNECTION_REFUSED", "connection-refused" }, in g_io_error_enum_get_type()
|
/third_party/libsoup/libsoup/ |
D | soup-proxy-resolver-wrapper.c | 48 g_set_error (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED, in convert_response()
|
D | soup-session.c | 1614 error->code == G_IO_ERROR_CONNECTION_REFUSED) in status_from_connect_error()
|
/third_party/libsoup/tests/ |
D | misc-test.c | 242 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED); in cur_one_completed() 263 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED); in cur_two_completed()
|
D | connection-test.c | 1147 G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED, in do_connection_connect_test()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2src.c | 967 } else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED)) { in send_connect_error()
|
D | gstrtmp2sink.c | 1112 } else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED)) { in send_connect_error()
|