Home
last modified time | relevance | path

Searched refs:host_end (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h587 u_char *host_end; member
H A Dngx_http_request.c1100 if (r->host_end) { in ngx_http_process_request_line()
1102 host.len = r->host_end - r->host_start; in ngx_http_process_request_line()
1676 if (r->host_end) { in ngx_http_alloc_large_header_buffer()
1677 r->host_end = new + (r->host_end - old); in ngx_http_alloc_large_header_buffer()
H A Dngx_http_parse.c373 r->host_end = p; in ngx_http_parse_request_line()