Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_CONNECTION_REFUSED (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/gio/
Dgioerror.c253 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()
Dgioenums.h570 G_IO_ERROR_CONNECTION_REFUSED, enumerator
Dgsocks5proxy.c393 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED, in parse_connect_reply()
Dgioenumtypes.c480 { G_IO_ERROR_CONNECTION_REFUSED, "G_IO_ERROR_CONNECTION_REFUSED", "connection-refused" }, in g_io_error_enum_get_type()
/third_party/libsoup/libsoup/
Dsoup-proxy-resolver-wrapper.c48 g_set_error (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED, in convert_response()
Dsoup-session.c1614 error->code == G_IO_ERROR_CONNECTION_REFUSED) in status_from_connect_error()
/third_party/libsoup/tests/
Dmisc-test.c242 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()
Dconnection-test.c1147 G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED, in do_connection_connect_test()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2src.c967 } else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED)) { in send_connect_error()
Dgstrtmp2sink.c1112 } else if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CONNECTION_REFUSED)) { in send_connect_error()