Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_proxy.c208 char *hostheader; in Curl_proxyCONNECT() local
213 hostheader= /* host:port with IPv6 support */ in Curl_proxyCONNECT()
216 if(!hostheader) { in Curl_proxyCONNECT()
222 host = aprintf("Host: %s\r\n", hostheader); in Curl_proxyCONNECT()
224 free(hostheader); in Curl_proxyCONNECT()
243 hostheader, in Curl_proxyCONNECT()
253 free(hostheader); in Curl_proxyCONNECT()