Home
last modified time | relevance | path

Searched refs:proxyauth (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c1335 char *proxyauth, *proxyauthenc = NULL; in OSSL_HTTP_proxy_connect() local
1339 proxyauth = OPENSSL_malloc(len + 1); in OSSL_HTTP_proxy_connect()
1340 if (proxyauth == NULL) in OSSL_HTTP_proxy_connect()
1342 if (BIO_snprintf(proxyauth, len + 1, "%s:%s", proxyuser, in OSSL_HTTP_proxy_connect()
1345 proxyauthenc = base64encode(proxyauth, len); in OSSL_HTTP_proxy_connect()
1351 OPENSSL_clear_free(proxyauth, len); in OSSL_HTTP_proxy_connect()
/third_party/openssl/crypto/http/
H A Dhttp_client.c1324 char *proxyauth, *proxyauthenc = NULL; in OSSL_HTTP_proxy_connect() local
1328 proxyauth = OPENSSL_malloc(len + 1); in OSSL_HTTP_proxy_connect()
1329 if (proxyauth == NULL) in OSSL_HTTP_proxy_connect()
1331 if (BIO_snprintf(proxyauth, len + 1, "%s:%s", proxyuser, in OSSL_HTTP_proxy_connect()
1334 proxyauthenc = base64encode(proxyauth, len); in OSSL_HTTP_proxy_connect()
1340 OPENSSL_clear_free(proxyauth, len); in OSSL_HTTP_proxy_connect()
/third_party/ffmpeg/libavformat/
H A Dhttp.c186 const char *proxyauth);
206 char auth[1024], proxyauth[1024] = ""; in http_open_cnx_internal() local
259 av_url_split(NULL, 0, proxyauth, sizeof(proxyauth), in http_open_cnx_internal()
274 h, path, local_path, hoststr, auth, proxyauth); in http_open_cnx_internal()
1401 const char *proxyauth) in http_connect()
1430 proxyauthstr = ff_http_auth_create_response(&s->proxy_auth_state, proxyauth, in http_connect()
1399 http_connect(URLContext *h, const char *path, const char *local_path, const char *hoststr, const char *auth, const char *proxyauth) http_connect() argument
/third_party/curl/lib/
H A Dcf-h1-proxy.c403 if(data->set.proxyauth && data->state.authproxy.avail && in recv_CONNECT_resp()
H A Dsetopt.c1091 data->set.proxyauth = auth; in Curl_vsetopt()
1127 data->set.proxyauth = auth; in Curl_vsetopt()
H A Dtransfer.c1105 data->state.authproxy.want = data->set.proxyauth; in Curl_pretransfer()
H A Durldata.h1659 unsigned long proxyauth; /* kind of proxy authentication to use (bitmask) */ member
H A Durl.c401 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()
/third_party/python/Lib/
H A Dimaplib.py699 def proxyauth(self, user): member in IMAP4
705 (typ, [data]) = <instance>.proxyauth(user)

Completed in 25 milliseconds