Lines Matching refs:host_name
124 TCHAR *host_name;
327 host_name = Curl_convert_UTF8_to_tchar(conn->host.name);
328 if(!host_name)
334 &connssl->cred->cred_handle, NULL, host_name,
338 Curl_unicodefree(host_name);
391 TCHAR *host_name;
494 host_name = Curl_convert_UTF8_to_tchar(conn->host.name);
495 if(!host_name)
502 host_name, connssl->req_flags, 0, 0, &inbuf_desc, 0, NULL,
505 Curl_unicodefree(host_name);
1378 TCHAR *host_name;
1391 host_name = Curl_convert_UTF8_to_tchar(conn->host.name);
1392 if(!host_name)
1402 host_name,
1413 Curl_unicodefree(host_name);