Searched refs:G_RESOLVER_ERROR (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/gio/ |
D | gthreadedresolver.c | 148 G_RESOLVER_ERROR, in do_lookup_by_name() 166 G_RESOLVER_ERROR, in do_lookup_by_name() 335 G_RESOLVER_ERROR, in do_lookup_by_address() 675 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in g_resolver_records_from_res_query() 680 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_TEMPORARY_FAILURE, in g_resolver_records_from_res_query() 685 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_INTERNAL, in g_resolver_records_from_res_query() 754 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in g_resolver_records_from_res_query() 852 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in g_resolver_records_from_DnsQuery() 857 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_TEMPORARY_FAILURE, in g_resolver_records_from_DnsQuery() 862 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_INTERNAL, in g_resolver_records_from_DnsQuery() [all …]
|
D | gnetworkservice.c | 425 if (!targets && g_error_matches (my_error, G_RESOLVER_ERROR, in G_DEFINE_TYPE() 582 if (!targets && g_error_matches (error, G_RESOLVER_ERROR, in next_async_resolved_targets()
|
D | gresolver.h | 286 #define G_RESOLVER_ERROR (g_resolver_error_quark ()) macro
|
D | gresolver.c | 385 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in handle_ip_address_or_localhost()
|
/third_party/libsoup/libsoup/ |
D | soup-proxy-resolver-wrapper.c | 44 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in convert_response()
|
D | soup-socket.c | 894 else if (error->domain == G_RESOLVER_ERROR) in socket_legacy_error()
|
D | soup-session.c | 1607 else if (error->domain == G_RESOLVER_ERROR) in status_from_connect_error()
|
/third_party/glib/gio/tests/ |
D | proxy-test.c | 741 G_RESOLVER_ERROR, in g_fake_resolver_lookup_by_name() 769 G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in g_fake_resolver_lookup_by_name_async() 1110 g_assert_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND); in test_dns() 1121 g_assert_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND); in test_dns()
|
D | network-address.c | 175 g_assert_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND); in test_resolve_address() 222 g_assert_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND); in test_resolve_address_gresolver()
|
/third_party/libsoup/tests/ |
D | connection-test.c | 1140 G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in do_connection_connect_test()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 1911 G_RESOLVER_ERROR
|