Lines Matching defs:host_header
544 char *host_header = NULL; /* Host: authority */
557 host_header = aprintf("Host: %s\r\n", authority);
558 if(!host_header) {
564 *phost_header = host_header;
585 char *host_header = NULL; /* Host: */
670 result = CONNECT_host(cf, data, &authority, &host_header);
713 if(host_header) {
714 result = Curl_hyper_header(data, headers, host_header);
717 Curl_safefree(host_header);
771 free(host_header);