Lines Matching refs:hostname
225 const char *hostname,
233 while (hostname[0]) {
234 err = get_addresses(p, ap_getword_conf(p, &hostname), &addrs, s->port);
644 char *hostname;
646 rv = apr_getnameinfo(&hostname, s->addrs->host_addr, 0);
648 s->server_hostname = apr_pstrdup(p, hostname);
801 /* Lowercase and remove any trailing dot and/or :port from the hostname,
804 * In most configurations the exact syntax of the hostname isn't
807 * the hostname is interpolated into the filename, we need to be sure
826 src = host_header ? host_header : r->hostname;
847 r->hostname = src;
859 * Like r->hostname, there should be a r->portno
872 host = apr_pstrdup(r->pool, r->hostname);
888 r->hostname = host;
997 const char *host = r->hostname;
1123 iov[nvec].iov_base = (void *)r->hostname;
1124 iov[nvec].iov_len = strlen(r->hostname);
1149 if (r->hostname) {
1165 * If we have both hostname from an absoluteURI and a Host header,
1174 apr_table_set(r->headers_in, "Host", r->hostname);
1185 if (r->hostname)