Searched refs:proxy_user_passwd (Results 1 – 3 of 3) sorted by relevance
521 if(conn->bits.proxy_user_passwd && in Curl_http_auth_act()643 if((proxy && conn->bits.proxy_user_passwd && in output_auth_headers()701 if((conn->bits.httpproxy && conn->bits.proxy_user_passwd) || in Curl_http_output_auth()981 if((httpcode == 407) && !conn->bits.proxy_user_passwd) in http_should_fail()3348 ((k->httpcode != 407) || !conn->bits.proxy_user_passwd) ) { in Curl_http_readwrite_headers()
3791 conn->bits.proxy_user_passwd = FALSE; in allocate_conn()3803 conn->bits.proxy_user_passwd = in allocate_conn()4587 conn->bits.proxy_user_passwd = TRUE; /* enable it */ in parse_proxy()5290 conn->bits.proxy_user_passwd = old_conn->bits.proxy_user_passwd; in reuse_conn()5291 if(conn->bits.proxy_user_passwd) { in reuse_conn()5498 if(conn->bits.proxy_user_passwd) { in create_conn()5578 conn->bits.proxy_user_passwd = FALSE; in create_conn()
487 bool proxy_user_passwd; /* user+password for the proxy? */ member