host_header        37 http/modules/ngx_http_proxy_module.c     ngx_str_t                      host_header;
host_header      1392 http/modules/ngx_http_proxy_module.c     v->len = ctx->vars.host_header.len;
host_header      1396 http/modules/ngx_http_proxy_module.c     v->data = ctx->vars.host_header.data;
host_header      2784 http/modules/ngx_http_proxy_module.c             v->host_header = u->host;
host_header      2794 http/modules/ngx_http_proxy_module.c             v->host_header.len = u->host.len + 1 + u->port_text.len;
host_header      2795 http/modules/ngx_http_proxy_module.c             v->host_header.data = u->host.data;
host_header      2799 http/modules/ngx_http_proxy_module.c         v->key_start.len += v->host_header.len;
host_header      2802 http/modules/ngx_http_proxy_module.c         ngx_str_set(&v->host_header, "localhost");
host_header        19 mail/ngx_mail_auth_http_module.c     ngx_str_t                       host_header;
host_header      1148 mail/ngx_mail_auth_http_module.c           + sizeof("Host: ") - 1 + ahcf->host_header.len + sizeof(CRLF) - 1
host_header      1179 mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, ahcf->host_header.data,
host_header      1180 mail/ngx_mail_auth_http_module.c                          ahcf->host_header.len);
host_header      1329 mail/ngx_mail_auth_http_module.c         conf->host_header = prev->host_header;
host_header      1409 mail/ngx_mail_auth_http_module.c         ahcf->host_header = u.host;
host_header      1412 mail/ngx_mail_auth_http_module.c         ngx_str_set(&ahcf->host_header, "localhost");