Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_proxy.c167 char *hostheader; in Curl_proxyCONNECT() local
172 hostheader= /* host:port with IPv6 support */ in Curl_proxyCONNECT()
175 if(!hostheader) { in Curl_proxyCONNECT()
181 host = aprintf("Host: %s\r\n", hostheader); in Curl_proxyCONNECT()
183 free(hostheader); in Curl_proxyCONNECT()
198 hostheader, in Curl_proxyCONNECT()
207 free(hostheader); in Curl_proxyCONNECT()