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

/external/curl/lib/
H A Dhttp_proxy.c355 if(data->set.proxyauth && data->state.authproxy.avail) {
H A Dsetopt.c924 data->set.proxyauth = auth;
960 data->set.proxyauth = auth;
H A Durldata.h1473 unsigned long proxyauth; /* kind of proxy authentication to use (bitmask) */ member in struct:UserDefined
H A Dtransfer.c1329 data->state.authproxy.want = data->set.proxyauth;
H A Durl.c447 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */
/external/python/cpython2/Lib/
H A Dimaplib.py608 def proxyauth(self, user): member in class:IMAP4
614 (typ, [data]) = <instance>.proxyauth(user)
/external/python/cpython3/Lib/
H A Dimaplib.py680 def proxyauth(self, user): member in class:IMAP4
686 (typ, [data]) = <instance>.proxyauth(user)

Completed in 568 milliseconds