Searched refs:proxy_user_passwd (Results 1 – 3 of 3) sorted by relevance
1086 bool wantProxyNTLMhttp = (needle->bits.proxy_user_passwd && in ConnectionExists()1882 conn->bits.proxy_user_passwd = FALSE; in allocate_conn()1904 conn->bits.proxy_user_passwd = in allocate_conn()2650 conn->bits.proxy_user_passwd = TRUE; /* enable it */ in parse_proxy()2716 if(conn->bits.proxy_user_passwd) { in create_conn_helper_init_proxy()2862 conn->bits.proxy_user_passwd = FALSE; in create_conn_helper_init_proxy()3569 conn->bits.proxy_user_passwd = old_conn->bits.proxy_user_passwd; in reuse_conn()3570 if(conn->bits.proxy_user_passwd) { in reuse_conn()
566 if(conn->bits.proxy_user_passwd && in Curl_http_auth_act()678 if((proxy && conn->bits.proxy_user_passwd && in output_auth_headers()751 if((conn->bits.httpproxy && conn->bits.proxy_user_passwd) || in Curl_http_output_auth()1049 if((httpcode == 407) && !conn->bits.proxy_user_passwd) in http_should_fail()3702 ((k->httpcode != 407) || !conn->bits.proxy_user_passwd) ) { in Curl_http_readwrite_headers()
412 bit proxy_user_passwd:1; /* user+password for the proxy? */ member