Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c34 static ngx_int_t ngx_http_validate_host(ngx_str_t *host, ngx_pool_t *pool,
891 rc = ngx_http_validate_host(&host, c->pool, 1); in ngx_http_ssl_servername()
1105 rc = ngx_http_validate_host(&host, r->pool, 0); in ngx_http_process_request_line()
1764 rc = ngx_http_validate_host(&host, r->pool, 0); in ngx_http_process_host()
2060 ngx_http_validate_host(ngx_str_t *host, ngx_pool_t *pool, ngx_uint_t alloc) in ngx_http_validate_host() function