Searched refs:proxy_auth (Results 1 – 4 of 4) 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/gstreamer/gstplugins_bad/ext/curl/ |
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()
|
D | gstcurlhttpsink.h | 56 gboolean proxy_auth; member
|
/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
|