host_end          345 http/ngx_http_parse.c             r->host_end = p;
host_end          836 http/ngx_http_request.c             if (r->host_start && r->host_end) {
host_end          840 http/ngx_http_request.c                                            r->host_end - r->host_start, 0);
host_end         1289 http/ngx_http_request.c             if (r->host_end) {
host_end         1290 http/ngx_http_request.c                 r->host_end = new + (r->host_end - old);
host_end          551 http/ngx_http_request.h     u_char                           *host_end;