Home
last modified time | relevance | path

Searched refs:proxy_auth (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls.c97 char proxy_host[200], proxy_auth[200], dest[200]; in ff_tls_open_underlying() local
99 av_url_split(NULL, 0, proxy_auth, sizeof(proxy_auth), in ff_tls_open_underlying()
103 ff_url_join(buf, sizeof(buf), "httpproxy", proxy_auth, proxy_host, in ff_tls_open_underlying()
/third_party/libsoup/libsoup/
Dsoup-auth-manager.c70 SoupAuth *proxy_auth; member
114 g_clear_object (&priv->proxy_auth); in soup_auth_manager_finalize()
513 return priv->proxy_auth; in lookup_proxy_auth()
691 auth = priv->proxy_auth ? g_object_ref (priv->proxy_auth) : NULL; in proxy_auth_got_headers()
700 priv->proxy_auth = g_object_ref (auth); in proxy_auth_got_headers()
Dsoup-message.c183 g_clear_object (&priv->proxy_auth); in soup_message_finalize()
1401 if (priv->proxy_auth == auth) in soup_message_set_proxy_auth()
1404 if (priv->proxy_auth) in soup_message_set_proxy_auth()
1405 g_object_unref (priv->proxy_auth); in soup_message_set_proxy_auth()
1406 priv->proxy_auth = auth ? g_object_ref (auth) : NULL; in soup_message_set_proxy_auth()
1418 return priv->proxy_auth; in soup_message_get_proxy_auth()
Dsoup-message-private.h33 SoupAuth *auth, *proxy_auth; member
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsink.h56 gboolean proxy_auth; member
Dgstcurlhttpsink.c187 sink->proxy_auth = FALSE; in gst_curl_http_sink_init()
449 && sink->proxy_auth) { in gst_curl_http_sink_transfer_prepare_poll_wait()
536 sink->proxy_auth = TRUE; in proxy_setup()
/third_party/grpc/test/core/end2end/
Dend2end_nosec_tests.cc116 extern void proxy_auth(grpc_end2end_test_config config);
321 proxy_auth(config); in grpc_end2end_tests()
530 proxy_auth(config); in grpc_end2end_tests()
Dend2end_tests.cc118 extern void proxy_auth(grpc_end2end_test_config config);
325 proxy_auth(config); in grpc_end2end_tests()
538 proxy_auth(config); in grpc_end2end_tests()
/third_party/grpc/test/core/end2end/tests/
Dproxy_auth.cc229 void proxy_auth(grpc_end2end_test_config config) { in proxy_auth() function
/third_party/python/Lib/urllib/
Drequest.py1916 proxy_auth = base64.b64encode(proxy_passwd.encode()).decode('ascii')
1918 proxy_auth = None
1927 if proxy_auth:
1928 headers["Proxy-Authorization"] = "Basic %s" % proxy_auth
/third_party/grpc/
Dgrpc.gyp233 'test/core/end2end/tests/proxy_auth.cc',
335 'test/core/end2end/tests/proxy_auth.cc',
DgRPC-Core.podspec1621 'test/core/end2end/tests/proxy_auth.cc',
DCMakeLists.txt975 test/core/end2end/tests/proxy_auth.cc
1108 test/core/end2end/tests/proxy_auth.cc
/third_party/libsoup/
DChangeLog.pre-git3153 (soup_message_get_proxy_auth): get/set auth/proxy_auth info for a