Searched refs:proxyuserpwd (Results 1 – 17 of 17) sorted by relevance
174 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_output_negotiate()175 data->state.aptr.proxyuserpwd = userp; in Curl_output_negotiate()
199 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()
127 if(data->state.aptr.proxyuserpwd) { in Curl_http_proxy_create_CONNECT()129 data->state.aptr.proxyuserpwd); in Curl_http_proxy_create_CONNECT()
100 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_digest()
157 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm()
1074 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()
401 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm_wb()
391 p_proxyuserpwd = data->state.aptr.proxyuserpwd; in rtsp_do()
366 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()
1433 char *proxyuserpwd; member
166 Curl_safefree(data->state.aptr.proxyuserpwd); in h2_tunnel_go_state()
436 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_close()
658 if(config->proxyuserpwd) { in get_args()659 result = checkpasswd("proxy", i, last, &config->proxyuserpwd); in get_args()
100 char *proxyuserpwd; member
79 Curl_safefree(config->proxyuserpwd); in free_config_fields()
2516 GetStr(&config->proxyuserpwd, nextarg); in getparameter()
1559 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd); in single_transfer()