Searched refs:proxy_auth (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls.c | 97 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/ |
D | soup-auth-manager.c | 70 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()
|
D | soup-message.c | 183 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()
|
D | soup-message-private.h | 33 SoupAuth *auth, *proxy_auth; member
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsink.h | 56 gboolean proxy_auth; member
|
D | gstcurlhttpsink.c | 187 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/ |
D | end2end_nosec_tests.cc | 116 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()
|
D | end2end_tests.cc | 118 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/ |
D | proxy_auth.cc | 229 void proxy_auth(grpc_end2end_test_config config) { in proxy_auth() function
|
/third_party/python/Lib/urllib/ |
D | request.py | 1916 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/ |
D | grpc.gyp | 233 'test/core/end2end/tests/proxy_auth.cc', 335 'test/core/end2end/tests/proxy_auth.cc',
|
D | gRPC-Core.podspec | 1621 'test/core/end2end/tests/proxy_auth.cc',
|
D | CMakeLists.txt | 975 test/core/end2end/tests/proxy_auth.cc 1108 test/core/end2end/tests/proxy_auth.cc
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 3153 (soup_message_get_proxy_auth): get/set auth/proxy_auth info for a
|