Lines Matching defs:host
54 char *server; /* Optional server host name */
344 const STACK_OF(CONF_VALUE) *headers, const char *host)
347 int add_host = host != NULL && *host != '\0';
352 if (add_host && OPENSSL_strcasecmp("host", hdr->name) == 0)
358 if (add_host && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Host", host))
850 const char *host = server;
858 host = proxy;
862 if (port == NULL && strchr(host, ':') == NULL)
865 cbio = BIO_new_connect(host /* optionally includes ":port" */);
1121 char *host;
1137 if (!OSSL_HTTP_parse_url(current_url, &use_ssl, NULL /* user */, &host,
1141 rctx = OSSL_HTTP_open(host, port, proxy, no_proxy,
1168 OPENSSL_free(host);
1178 OPENSSL_free(host);
1187 OPENSSL_free(host);