Home
last modified time | relevance | path

Searched refs:proxyauth (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/http/
Dhttp_client.c1319 char *proxyauth, *proxyauthenc = NULL; in OSSL_HTTP_proxy_connect() local
1323 proxyauth = OPENSSL_malloc(len + 1); in OSSL_HTTP_proxy_connect()
1324 if (proxyauth == NULL) in OSSL_HTTP_proxy_connect()
1326 if (BIO_snprintf(proxyauth, len + 1, "%s:%s", proxyuser, in OSSL_HTTP_proxy_connect()
1329 proxyauthenc = base64encode(proxyauth, len); in OSSL_HTTP_proxy_connect()
1335 OPENSSL_clear_free(proxyauth, len); in OSSL_HTTP_proxy_connect()
/third_party/ffmpeg/libavformat/
Dhttp.c178 const char *proxyauth, int *new_location);
197 char auth[1024], proxyauth[1024] = ""; in http_open_cnx_internal() local
246 av_url_split(NULL, 0, proxyauth, sizeof(proxyauth), in http_open_cnx_internal()
261 auth, proxyauth, &location_changed); in http_open_cnx_internal()
1279 const char *proxyauth, int *new_location) in http_connect() argument
1308 proxyauthstr = ff_http_auth_create_response(&s->proxy_auth_state, proxyauth, in http_connect()
/third_party/python/Lib/
Dimaplib.py699 def proxyauth(self, user): member in IMAP4
/third_party/python/Doc/library/
Dimaplib.rst390 .. method:: IMAP4.proxyauth(user)