Home
last modified time | relevance | path

Searched refs:proxyuserpwd (Results 1 – 16 of 16) sorted by relevance

/curl/lib/
H A Dhttp_negotiate.c205 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_output_negotiate()
206 data->state.aptr.proxyuserpwd = userp; in Curl_output_negotiate()
H A Dhttp_digest.c100 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_digest()
H A Dhttp_proxy.c127 if(data->state.aptr.proxyuserpwd) { in Curl_http_proxy_create_CONNECT()
129 data->state.aptr.proxyuserpwd); in Curl_http_proxy_create_CONNECT()
H A Dcf-h1-proxy.c186 Curl_safefree(data->state.aptr.proxyuserpwd); in h1_tunnel_go_state()
405 data->state.aptr.proxyuserpwd) { in recv_CONNECT_resp()
722 if(data->state.aptr.proxyuserpwd) { in start_CONNECT()
724 data->state.aptr.proxyuserpwd); in start_CONNECT()
1007 Curl_safefree(data->state.aptr.proxyuserpwd); in cf_h1_proxy_connect()
H A Dhttp_ntlm.c156 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm()
H A Dc-hyper.c1010 if(data->state.aptr.proxyuserpwd) { in Curl_http()
1011 result = Curl_hyper_header(data, headers, data->state.aptr.proxyuserpwd); in Curl_http()
1172 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()
H A Drtsp.c400 p_proxyuserpwd = data->state.aptr.proxyuserpwd; in rtsp_do()
H A Dhttp.c281 userp = &data->state.aptr.proxyuserpwd; in http_output_basic()
2640 data->state.aptr.proxyuserpwd ? in Curl_http()
2641 data->state.aptr.proxyuserpwd : "", in Curl_http()
2678 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()
H A Durldata.h1334 char *proxyuserpwd; member
H A Dcf-h2-proxy.c167 Curl_safefree(data->state.aptr.proxyuserpwd); in h2_tunnel_go_state()
H A Durl.c310 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_close()
/curl/src/
H A Dtool_cfgable.h102 char *proxyuserpwd; member
H A Dtool_paramhlp.c693 if(config->proxyuserpwd) { in get_args()
694 result = checkpasswd("proxy", i, last, &config->proxyuserpwd); in get_args()
H A Dtool_cfgable.c80 Curl_safefree(config->proxyuserpwd); in free_config_fields()
H A Dtool_getparam.c2491 err = getstr(&config->proxyuserpwd, nextarg, ALLOW_BLANK); in getparameter()
H A Dtool_operate.c1465 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd); in single_transfer()

Completed in 128 milliseconds