Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c62 static ngx_int_t ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport,
65 static ngx_int_t ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport,
1631 ngx_http_port_t *hport; in ngx_http_init_listening()
1666 hport = ngx_pcalloc(cf->pool, sizeof(ngx_http_port_t)); in ngx_http_init_listening()
1782 ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport, in ngx_http_add_addrs()
1847 ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport, in ngx_http_add_addrs6()
H A Dngx_http_core_module.h268 } ngx_http_port_t; typedef
H A Dngx_http_request.c212 ngx_http_port_t *port; in ngx_http_init_connection()