Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_proxy.c131 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_proxy_connect()
279 data->state.aptr.proxyuserpwd? in CONNECT()
280 data->state.aptr.proxyuserpwd:"", in CONNECT()
618 Curl_safefree(data->state.aptr.proxyuserpwd); in CONNECT()
619 data->state.aptr.proxyuserpwd = NULL; in CONNECT()
Dhttp_negotiate.c175 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_output_negotiate()
176 data->state.aptr.proxyuserpwd = userp; in Curl_output_negotiate()
Dhttp_digest.c101 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_digest()
Dhttp_ntlm.c142 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm()
Dcurl_ntlm_wb.c398 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm_wb()
Drtsp.c392 p_proxyuserpwd = data->state.aptr.proxyuserpwd; in rtsp_do()
Dhttp.c300 userp = &data->state.aptr.proxyuserpwd; in http_output_basic()
2551 data->state.aptr.proxyuserpwd? in Curl_http()
2552 data->state.aptr.proxyuserpwd:"", in Curl_http()
2583 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()
Durldata.h1394 char *proxyuserpwd; member
Durl.c433 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_close()
/external/curl/src/
Dtool_paramhlp.c545 if(config->proxyuserpwd) { in get_args()
546 result = checkpasswd("proxy", i, last, &config->proxyuserpwd); in get_args()
Dtool_cfgable.h105 char *proxyuserpwd; member
Dtool_cfgable.c77 Curl_safefree(config->proxyuserpwd); in free_config_fields()
Dtool_getparam.c2111 GetStr(&config->proxyuserpwd, nextarg); in getparameter()
Dtool_operate.c1310 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd); in single_transfer()