Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1631 ngx_http_port_t *hport; in ngx_http_init_listening() local
1667 if (hport == NULL) { in ngx_http_init_listening()
1671 ls->servers = hport; in ngx_http_init_listening()
1673 hport->naddrs = i + 1; in ngx_http_init_listening()
1790 hport->addrs = ngx_pcalloc(cf->pool, in ngx_http_add_addrs()
1792 if (hport->addrs == NULL) { in ngx_http_add_addrs()
1796 addrs = hport->addrs; in ngx_http_add_addrs()
1798 for (i = 0; i < hport->naddrs; i++) { in ngx_http_add_addrs()
1855 hport->addrs = ngx_pcalloc(cf->pool, in ngx_http_add_addrs6()
1857 if (hport->addrs == NULL) { in ngx_http_add_addrs6()
[all …]