Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp_negotiate.c174 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_output_negotiate()
175 data->state.aptr.proxyuserpwd = userp; in Curl_output_negotiate()
Dcf-h1-proxy.c199 Curl_safefree(data->state.aptr.proxyuserpwd); in h1_tunnel_go_state()
409 data->state.aptr.proxyuserpwd) { in recv_CONNECT_resp()
750 if(data->state.aptr.proxyuserpwd) { in start_CONNECT()
752 data->state.aptr.proxyuserpwd); in start_CONNECT()
1030 Curl_safefree(data->state.aptr.proxyuserpwd); in cf_h1_proxy_connect()
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()
Dhttp_digest.c100 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_digest()
Dhttp_ntlm.c157 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm()
Dc-hyper.c1074 if(data->state.aptr.proxyuserpwd) { in Curl_http()
1075 result = Curl_hyper_header(data, headers, data->state.aptr.proxyuserpwd); in Curl_http()
1234 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()
Dcurl_ntlm_wb.c401 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm_wb()
Drtsp.c391 p_proxyuserpwd = data->state.aptr.proxyuserpwd; in rtsp_do()
Dhttp.c366 userp = &data->state.aptr.proxyuserpwd; in http_output_basic()
3324 data->state.aptr.proxyuserpwd? in Curl_http()
3325 data->state.aptr.proxyuserpwd:"", in Curl_http()
3359 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()
Durldata.h1433 char *proxyuserpwd; member
Dcf-h2-proxy.c166 Curl_safefree(data->state.aptr.proxyuserpwd); in h2_tunnel_go_state()
Durl.c436 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_close()
/third_party/curl/src/
Dtool_paramhlp.c658 if(config->proxyuserpwd) { in get_args()
659 result = checkpasswd("proxy", i, last, &config->proxyuserpwd); in get_args()
Dtool_cfgable.h100 char *proxyuserpwd; member
Dtool_cfgable.c79 Curl_safefree(config->proxyuserpwd); in free_config_fields()
Dtool_getparam.c2516 GetStr(&config->proxyuserpwd, nextarg); in getparameter()
Dtool_operate.c1559 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd); in single_transfer()