Searched refs:G_RESOLVER_ERROR_NOT_FOUND (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/gio/ |
D | gthreadedresolver.c | 57 return G_RESOLVER_ERROR_NOT_FOUND; in g_resolver_error_from_addrinfo_error() 149 G_RESOLVER_ERROR_NOT_FOUND, in do_lookup_by_name() 675 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, 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() 902 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in g_resolver_records_from_DnsQuery()
|
D | gnetworkservice.c | 426 G_RESOLVER_ERROR_NOT_FOUND)) in G_DEFINE_TYPE() 583 G_RESOLVER_ERROR_NOT_FOUND)) in next_async_resolved_targets()
|
D | gioenums.h | 713 G_RESOLVER_ERROR_NOT_FOUND, enumerator
|
D | gresolver.c | 385 g_set_error (error, G_RESOLVER_ERROR, G_RESOLVER_ERROR_NOT_FOUND, in handle_ip_address_or_localhost()
|
D | gioenumtypes.c | 631 { G_RESOLVER_ERROR_NOT_FOUND, "G_RESOLVER_ERROR_NOT_FOUND", "not-found" }, in g_resolver_error_get_type()
|
/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()
|
/third_party/glib/gio/tests/ |
D | proxy-test.c | 742 G_RESOLVER_ERROR_NOT_FOUND, 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()
|