HomeSort by relevance Sort by last modified time
    Searched refs:proxy_user_passwd (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
url.c 1086 bool wantProxyNTLMhttp = (needle->bits.proxy_user_passwd &&
    [all...]
http.c 566 if(conn->bits.proxy_user_passwd &&
678 if((proxy && conn->bits.proxy_user_passwd &&
751 if((conn->bits.httpproxy && conn->bits.proxy_user_passwd) ||
1049 if((httpcode == 407) && !conn->bits.proxy_user_passwd)
    [all...]
urldata.h 412 bit proxy_user_passwd:1; /* user+password for the proxy? */ member in struct:ConnectBits
    [all...]

Completed in 62 milliseconds