Home
last modified time | relevance | path

Searched refs:supports_hostname (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/gio/
Dgproxyaddressenumerator.c87 gboolean supports_hostname; member
125 priv->supports_hostname = TRUE; in next_enumerator()
129 priv->supports_hostname = g_proxy_supports_hostname (proxy); in next_enumerator()
228 if (!priv->supports_hostname) in g_proxy_address_enumerator_next()
286 if (priv->supports_hostname || priv->next_dest_ip == NULL) in g_proxy_address_enumerator_next()
337 if (!priv->supports_hostname) in return_result()
375 if (priv->supports_hostname || priv->next_dest_ip == NULL) in return_result()
457 if (!priv->supports_hostname && !priv->dest_ips) in address_enumerate_cb()
Dgsocks4aproxy.c73 proxy->supports_hostname = TRUE; in g_socks4a_proxy_init()
439 return G_SOCKS4A_PROXY (proxy)->supports_hostname; in g_socks4a_proxy_supports_hostname()
457 proxy_iface->supports_hostname = g_socks4a_proxy_supports_hostname; in g_socks4a_proxy_iface_init()
Dgsocks4proxy.c58 G_SOCKS4A_PROXY (proxy)->supports_hostname = FALSE; in g_socks4_proxy_init()
Dgsocks4aproxy.h41 gboolean supports_hostname; member
Dgproxy.h94 gboolean (* supports_hostname) (GProxy *proxy); member
Dgproxy.c207 return (* iface->supports_hostname) (proxy); in g_proxy_supports_hostname()
Dghttpproxy.c385 proxy_iface->supports_hostname = g_http_proxy_supports_hostname; in g_http_proxy_iface_init()
Dgsocks5proxy.c1105 proxy_iface->supports_hostname = g_socks5_proxy_supports_hostname; in g_socks5_proxy_iface_init()
/third_party/glib/gio/tests/
Dproxy-test.c400 proxy_iface->supports_hostname = g_proxy_a_supports_hostname; in g_proxy_a_iface_init()
445 proxy_iface->supports_hostname = g_proxy_b_supports_hostname; in g_proxy_b_iface_init()