host              566 core/ngx_inet.c     u->host.len = len++;
host              567 core/ngx_inet.c     u->host.data = path;
host              615 core/ngx_inet.c     u_char              *p, *host, *port, *last, *uri, *args;
host              627 core/ngx_inet.c     host = u->url.data;
host              629 core/ngx_inet.c     last = host + u->url.len;
host              631 core/ngx_inet.c     port = ngx_strlchr(host, last, ':');
host              633 core/ngx_inet.c     uri = ngx_strlchr(host, last, '/');
host              635 core/ngx_inet.c     args = ngx_strlchr(host, last, '?');
host              694 core/ngx_inet.c                 n = ngx_atoi(host, last - host);
host              706 core/ngx_inet.c                     u->port_text.len = last - host;
host              707 core/ngx_inet.c                     u->port_text.data = host;
host              719 core/ngx_inet.c     len = last - host;
host              726 core/ngx_inet.c     if (len == 1 && *host == '*') {
host              730 core/ngx_inet.c     u->host.len = len;
host              731 core/ngx_inet.c     u->host.data = host;
host              738 core/ngx_inet.c         sin->sin_addr.s_addr = ngx_inet_addr(host, len);
host              746 core/ngx_inet.c             (void) ngx_cpystrn(p, host, len);
host              790 core/ngx_inet.c     u_char               *p, *host, *port, *last, *uri;
host              799 core/ngx_inet.c     host = u->url.data + 1;
host              803 core/ngx_inet.c     p = ngx_strlchr(host, last, ']');
host              854 core/ngx_inet.c     len = p - host;
host              861 core/ngx_inet.c     u->host.len = len;
host              862 core/ngx_inet.c     u->host.data = host;
host              864 core/ngx_inet.c     if (ngx_inet6_addr(host, len, sin6->sin6_addr.s6_addr) != NGX_OK) {
host              899 core/ngx_inet.c     u_char              *p, *host;
host              911 core/ngx_inet.c     in_addr = ngx_inet_addr(u->host.data, u->host.len);
host              914 core/ngx_inet.c         host = ngx_alloc(u->host.len + 1, pool->log);
host              915 core/ngx_inet.c         if (host == NULL) {
host              919 core/ngx_inet.c         (void) ngx_cpystrn(host, u->host.data, u->host.len + 1);
host              921 core/ngx_inet.c         h = gethostbyname((char *) host);
host              923 core/ngx_inet.c         ngx_free(host);
host              996 core/ngx_inet.c         p = ngx_pnalloc(pool, u->host.len + sizeof(":65535") - 1);
host             1002 core/ngx_inet.c                                            &u->host, ntohs(port)) - p;
host               78 core/ngx_inet.h     ngx_str_t                 host;
host              512 http/modules/ngx_http_dav_module.c     u_char                   *p, *host, *last, ch;
host              562 http/modules/ngx_http_dav_module.c         host = dest->value.data + sizeof("https://") - 1;
host              573 http/modules/ngx_http_dav_module.c         host = dest->value.data + sizeof("http://") - 1;
host              576 http/modules/ngx_http_dav_module.c     if (ngx_strncmp(host, r->headers_in.server.data, len) != 0) {
host              586 http/modules/ngx_http_dav_module.c     for (p = host + len; p < last; p++) {
host              650 http/modules/ngx_http_fastcgi_module.c         u->resolved->host = url.addrs[0].name;
host              653 http/modules/ngx_http_fastcgi_module.c         u->resolved->host = url.host;
host              719 http/modules/ngx_http_proxy_module.c         u->resolved->host = url.addrs[0].name;
host              722 http/modules/ngx_http_proxy_module.c         u->resolved->host = url.host;
host             2784 http/modules/ngx_http_proxy_module.c             v->host_header = u->host;
host             2794 http/modules/ngx_http_proxy_module.c             v->host_header.len = u->host.len + 1 + u->port_text.len;
host             2795 http/modules/ngx_http_proxy_module.c             v->host_header.data = u->host.data;
host             2804 http/modules/ngx_http_proxy_module.c         v->key_start.len += sizeof("unix:") - 1 + u->host.len + 1;
host              472 http/modules/ngx_http_scgi_module.c         u->resolved->host = url.addrs[0].name;
host              475 http/modules/ngx_http_scgi_module.c         u->resolved->host = url.host;
host              505 http/modules/ngx_http_uwsgi_module.c         u->resolved->host = url.addrs[0].name;
host              508 http/modules/ngx_http_uwsgi_module.c         u->resolved->host = url.host;
host             4375 http/ngx_http_core_module.c     u.host = value[1];
host             4379 http/ngx_http_core_module.c         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "%V: %s", &u.host, u.err);
host              158 http/ngx_http_header_filter_module.c     ngx_str_t                  host, *status_line;
host              322 http/ngx_http_header_filter_module.c             host = cscf->server_name;
host              325 http/ngx_http_header_filter_module.c             host = r->headers_in.server;
host              328 http/ngx_http_header_filter_module.c             host.len = NGX_SOCKADDR_STRLEN;
host              329 http/ngx_http_header_filter_module.c             host.data = addr;
host              331 http/ngx_http_header_filter_module.c             if (ngx_connection_local_sockaddr(c, &host, 0) != NGX_OK) {
host              356 http/ngx_http_header_filter_module.c                + host.len
host              377 http/ngx_http_header_filter_module.c         ngx_str_null(&host);
host              517 http/ngx_http_header_filter_module.c     if (host.data) {
host              531 http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, host.data, host.len);
host               34 http/ngx_http_request.c static ssize_t ngx_http_validate_host(ngx_http_request_t *r, u_char **host,
host               37 http/ngx_http_request.c     u_char *host, size_t len);
host               81 http/ngx_http_request.c     { ngx_string("Host"), offsetof(ngx_http_headers_in_t, host),
host              635 http/ngx_http_request.c     u_char                   *host;
host              660 http/ngx_http_request.c     host = (u_char *) servername;
host              662 http/ngx_http_request.c     len = ngx_http_validate_host(r, &host, len, 1);
host              668 http/ngx_http_request.c     if (ngx_http_find_virtual_server(r, host, len) != NGX_OK) {
host              687 http/ngx_http_request.c     u_char                    *host;
host              838 http/ngx_http_request.c                 host = r->host_start;
host              839 http/ngx_http_request.c                 n = ngx_http_validate_host(r, &host,
host              855 http/ngx_http_request.c                 r->headers_in.server.data = host;
host             1368 http/ngx_http_request.c     u_char   *host;
host             1371 http/ngx_http_request.c     if (r->headers_in.host == NULL) {
host             1372 http/ngx_http_request.c         r->headers_in.host = h;
host             1375 http/ngx_http_request.c     host = h->value.data;
host             1376 http/ngx_http_request.c     len = ngx_http_validate_host(r, &host, h->value.len, 0);
host             1395 http/ngx_http_request.c     r->headers_in.server.data = host;
host             1519 http/ngx_http_request.c     if (r->headers_in.host == NULL && r->http_version > NGX_HTTP_VERSION_10) {
host             1657 http/ngx_http_request.c ngx_http_validate_host(ngx_http_request_t *r, u_char **host, size_t len,
host             1665 http/ngx_http_request.c     h = *host;
host             1701 http/ngx_http_request.c         *host = ngx_pnalloc(r->pool, last) ;
host             1702 http/ngx_http_request.c         if (*host == NULL) {
host             1706 http/ngx_http_request.c         ngx_strlow(*host, h, last);
host             1714 http/ngx_http_request.c ngx_http_find_virtual_server(ngx_http_request_t *r, u_char *host, size_t len)
host             1724 http/ngx_http_request.c                                   ngx_hash_key(host, len), host, len);
host             1739 http/ngx_http_request.c         name.data = host;
host             3140 http/ngx_http_request.c     if (r->headers_in.host) {
host             3142 http/ngx_http_request.c                          &r->headers_in.host->value);
host              169 http/ngx_http_request.h     ngx_table_elt_t                  *host;
host              436 http/ngx_http_upstream.c     ngx_str_t                      *host;
host              558 http/ngx_http_upstream.c         host = &u->resolved->host;
host              568 http/ngx_http_upstream.c             if (uscf->host.len == host->len
host              571 http/ngx_http_upstream.c                 && ngx_memcmp(uscf->host.data, host->data, host->len) == 0)
host              579 http/ngx_http_upstream.c                           "no port in upstream \"%V\"", host);
host              585 http/ngx_http_upstream.c         temp.name = *host;
host              596 http/ngx_http_upstream.c                           "no resolver defined to resolve %V", host);
host              602 http/ngx_http_upstream.c         ctx->name = *host;
host             3959 http/ngx_http_upstream.c     u.host = value[1];
host             4216 http/ngx_http_upstream.c         if (uscfp[i]->host.len != u->host.len
host             4217 http/ngx_http_upstream.c             || ngx_strncasecmp(uscfp[i]->host.data, u->host.data, u->host.len)
host             4227 http/ngx_http_upstream.c                                "duplicate upstream \"%V\"", &u->host);
host             4234 http/ngx_http_upstream.c                                &u->host, u->port);
host             4241 http/ngx_http_upstream.c                           &u->host, uscfp[i]->port,
host             4265 http/ngx_http_upstream.c     uscf->host = u->host;
host              110 http/ngx_http_upstream.h     ngx_str_t                        host;
host              231 http/ngx_http_upstream.h     ngx_str_t                        host;
host               50 http/ngx_http_upstream_round_robin.c         peers->name = &us->host;
host              103 http/ngx_http_upstream_round_robin.c         backup->name = &us->host;
host              140 http/ngx_http_upstream_round_robin.c                       &us->host, us->file_name, us->line);
host              146 http/ngx_http_upstream_round_robin.c     u.host = us->host;
host              153 http/ngx_http_upstream_round_robin.c                           u.err, &us->host, us->file_name, us->line);
host              169 http/ngx_http_upstream_round_robin.c     peers->name = &us->host;
host              280 http/ngx_http_upstream_round_robin.c     peers->name = &ur->host;
host              285 http/ngx_http_upstream_round_robin.c         peers->peer[0].name = ur->host;
host              115 http/ngx_http_variables.c       offsetof(ngx_http_request_t, headers_in.host), 0, 0 },
host              219 mail/ngx_mail.h     ngx_str_t               host;
host             1161 mail/ngx_mail_auth_http_module.c           + sizeof("Client-Host: ") - 1 + s->host.len + sizeof(CRLF) - 1
host             1219 mail/ngx_mail_auth_http_module.c     if (s->host.len) {
host             1222 mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->host.data, s->host.len);
host             1409 mail/ngx_mail_auth_http_module.c         ahcf->host_header = u.host;
host              512 mail/ngx_mail_core_module.c     u.host = value[1];
host              516 mail/ngx_mail_core_module.c         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "%V: %s", &u.host, u.err);
host              542 mail/ngx_mail_proxy_module.c                    + s->connection->addr_text.len + s->login.len + s->host.len;
host              553 mail/ngx_mail_proxy_module.c                        (s->login.len ? " LOGIN=" : ""), &s->login, &s->host)
host               64 mail/ngx_mail_smtp_handler.c         s->host = smtp_unavailable;
host               70 mail/ngx_mail_smtp_handler.c         s->host = smtp_tempunavail;
host              114 mail/ngx_mail_smtp_handler.c             s->host = smtp_unavailable;
host              117 mail/ngx_mail_smtp_handler.c             s->host = smtp_tempunavail;
host              129 mail/ngx_mail_smtp_handler.c     s->host.data = ngx_pstrdup(c->pool, &ctx->name);
host              130 mail/ngx_mail_smtp_handler.c     if (s->host.data == NULL) {
host              136 mail/ngx_mail_smtp_handler.c     s->host.len = ctx->name.len;
host              141 mail/ngx_mail_smtp_handler.c                    "address resolved: %V", &s->host);
host              168 mail/ngx_mail_smtp_handler.c     ctx->name = s->host;
host              199 mail/ngx_mail_smtp_handler.c             s->host = smtp_unavailable;
host              202 mail/ngx_mail_smtp_handler.c             s->host = smtp_tempunavail;
host              227 mail/ngx_mail_smtp_handler.c         s->host = smtp_unavailable;
host              246 mail/ngx_mail_smtp_handler.c                    "smtp greeting for \"%V\"", &s->host);