Searched refs:ignore_hosts (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/tests/ |
D | simple-proxy.c | 35 const gchar *ignore_hosts[2] = { "127.0.0.1", NULL }; in test_uris() local 44 resolver = g_simple_proxy_resolver_new (NULL, (char **) ignore_hosts); in test_uris() 63 resolver = g_simple_proxy_resolver_new (NULL, (char **) ignore_hosts); in test_uris() 85 resolver = g_simple_proxy_resolver_new ("default://", (char **) ignore_hosts); in test_uris() 140 const gchar *ignore_hosts[2] = { "127.0.0.1", NULL }; in test_socks() local 144 resolver = g_simple_proxy_resolver_new ("socks://proxy.example.com", (char **) ignore_hosts); in test_socks() 164 resolver = g_simple_proxy_resolver_new ("default-proxy://", (char **) ignore_hosts); in test_socks() 194 static const char *ignore_hosts[] = { variable 267 (char **)ignore_hosts); in test_ignore()
|
/third_party/glib/gio/ |
D | gsimpleproxyresolver.c | 58 gchar *default_proxy, **ignore_hosts; member 90 g_clear_pointer (&priv->ignore_hosts, g_strfreev); in g_simple_proxy_resolver_finalize() 143 g_value_set_boxed (value, resolver->priv->ignore_hosts); in g_simple_proxy_resolver_get_property() 175 if (!priv->ignore_hosts || !priv->ignore_hosts[0]) in reparse_ignore_hosts() 181 for (i = 0; priv->ignore_hosts[i]; i++) in reparse_ignore_hosts() 183 host = g_strchomp (priv->ignore_hosts[i]); in reparse_ignore_hosts() 510 gchar **ignore_hosts) in g_simple_proxy_resolver_new() argument 514 "ignore-hosts", ignore_hosts, in g_simple_proxy_resolver_new() 559 gchar **ignore_hosts) in g_simple_proxy_resolver_set_ignore_hosts() argument 563 g_strfreev (resolver->priv->ignore_hosts); in g_simple_proxy_resolver_set_ignore_hosts() [all …]
|
D | gsimpleproxyresolver.h | 72 gchar **ignore_hosts); 80 gchar **ignore_hosts);
|
/third_party/libsoup/tests/ |
D | proxy-test.c | 41 static const char *ignore_hosts[] = { "localhost", NULL }; variable 416 g_simple_proxy_resolver_new (proxies[i], (char **) ignore_hosts); in main()
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 57 we still can use it for PAC, WPAD, and ignore_hosts. 651 completely handle ignore_hosts; this is currently just used as a
|