Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dsimple-proxy.c44 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()
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()
266 resolver = g_simple_proxy_resolver_new ("http://localhost:8080", in test_ignore()
/third_party/glib/gio/
Dgsimpleproxyresolver.h71 GProxyResolver *g_simple_proxy_resolver_new (const gchar *default_proxy,
Dgsimpleproxyresolver.c509 g_simple_proxy_resolver_new (const gchar *default_proxy, in g_simple_proxy_resolver_new() function
/third_party/libsoup/tests/
Dsession-test.c292 proxy_resolver = g_simple_proxy_resolver_new (NULL, NULL); in do_property_tests()
Dproxy-test.c416 g_simple_proxy_resolver_new (proxies[i], (char **) ignore_hosts); in main()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpclientsink.c531 proxy_resolver = g_simple_proxy_resolver_new (proxy_string, NULL); in thread_func()
Dgstsouphttpsrc.c1102 proxy_resolver = g_simple_proxy_resolver_new (proxy_string, NULL); in thread_func()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt4542 g_simple_proxy_resolver_new
/third_party/libsoup/libsoup/
Dsoup-session.c618 priv->proxy_resolver = g_simple_proxy_resolver_new (uri_string, NULL); in set_proxy_resolver()