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 1061 bool wantProxyNTLMhttp = (needle->bits.proxy_user_passwd &&
    [all...]
http.c 496 if(conn->bits.proxy_user_passwd &&
616 if((proxy && conn->bits.proxy_user_passwd &&
675 if((conn->bits.httpproxy && conn->bits.proxy_user_passwd) ||
964 if((httpcode == 407) && !conn->bits.proxy_user_passwd)
    [all...]
urldata.h 382 bool proxy_user_passwd; /* user+password for the proxy? */ member in struct:ConnectBits
    [all...]

Completed in 56 milliseconds