Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhttp_negotiate.c174 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_output_negotiate()
175 data->state.aptr.proxyuserpwd = userp; in Curl_output_negotiate()
H A Dcf-h1-proxy.c193 Curl_safefree(data->state.aptr.proxyuserpwd); in h1_tunnel_go_state()
404 data->state.aptr.proxyuserpwd) { in recv_CONNECT_resp()
720 if(data->state.aptr.proxyuserpwd) { in start_CONNECT()
722 data->state.aptr.proxyuserpwd); in start_CONNECT()
1000 Curl_safefree(data->state.aptr.proxyuserpwd); in cf_h1_proxy_connect()
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 Dhttp_digest.c100 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_digest()
H A Dhttp_ntlm.c157 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm()
H A Dcurl_ntlm_wb.c403 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm_wb()
H A Dc-hyper.c1047 if(data->state.aptr.proxyuserpwd) { in Curl_http()
1048 result = Curl_hyper_header(data, headers, data->state.aptr.proxyuserpwd); in Curl_http()
1204 /* clear userpwd and proxyuserpwd to avoid reusing old credentials in Curl_http()
1207 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()
H A Dhttp.c286 userp = &data->state.aptr.proxyuserpwd; in http_output_basic()
3232 "%s" /* proxyuserpwd */ in Curl_http()
3246 data->state.aptr.proxyuserpwd? in Curl_http()
3247 data->state.aptr.proxyuserpwd:"", in Curl_http()
3278 /* clear userpwd and proxyuserpwd to avoid reusing old credentials in Curl_http()
3281 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()
H A Drtsp.c395 p_proxyuserpwd = data->state.aptr.proxyuserpwd; in rtsp_do()
465 "%s" /* proxyuserpwd */ in rtsp_do()
H A Durldata.h1448 char *proxyuserpwd; member
H A Dcf-h2-proxy.c166 Curl_safefree(data->state.aptr.proxyuserpwd); in h2_tunnel_go_state()
H A Durl.c314 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_close()
/third_party/curl/src/
H A Dtool_cfgable.h100 char *proxyuserpwd; member
H A Dtool_paramhlp.c658 if(config->proxyuserpwd) { in get_args()
659 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.c2602 err = getstr(&config->proxyuserpwd, nextarg, ALLOW_BLANK); in getparameter()
H A Dtool_operate.c1355 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd); in single_transfer()

Completed in 30 milliseconds