Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_proxy.c241 char *hostheader; in CONNECT() local
246 hostheader = /* host:port with IPv6 support */ in CONNECT()
249 if(!hostheader) { in CONNECT()
255 host = aprintf("Host: %s\r\n", hostheader); in CONNECT()
257 free(hostheader); in CONNECT()
276 hostheader, in CONNECT()
286 free(hostheader); in CONNECT()