Searched refs:g_simple_proxy_resolver_new (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/gio/tests/ |
D | simple-proxy.c | 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() 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/ |
D | gsimpleproxyresolver.h | 71 GProxyResolver *g_simple_proxy_resolver_new (const gchar *default_proxy,
|
D | gsimpleproxyresolver.c | 509 g_simple_proxy_resolver_new (const gchar *default_proxy, in g_simple_proxy_resolver_new() function
|
/third_party/libsoup/tests/ |
D | session-test.c | 292 proxy_resolver = g_simple_proxy_resolver_new (NULL, NULL); in do_property_tests()
|
D | proxy-test.c | 416 g_simple_proxy_resolver_new (proxies[i], (char **) ignore_hosts); in main()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpclientsink.c | 531 proxy_resolver = g_simple_proxy_resolver_new (proxy_string, NULL); in thread_func()
|
D | gstsouphttpsrc.c | 1102 proxy_resolver = g_simple_proxy_resolver_new (proxy_string, NULL); in thread_func()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 4542 g_simple_proxy_resolver_new
|
/third_party/libsoup/libsoup/ |
D | soup-session.c | 618 priv->proxy_resolver = g_simple_proxy_resolver_new (uri_string, NULL); in set_proxy_resolver()
|