hport              61 http/ngx_http.c static ngx_int_t ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport,
hport              64 http/ngx_http.c static ngx_int_t ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport,
hport            1648 http/ngx_http.c     ngx_http_port_t           *hport;
hport            1683 http/ngx_http.c         hport = ngx_pcalloc(cf->pool, sizeof(ngx_http_port_t));
hport            1684 http/ngx_http.c         if (hport == NULL) {
hport            1688 http/ngx_http.c         ls->servers = hport;
hport            1691 http/ngx_http.c             hport->naddrs = last;
hport            1694 http/ngx_http.c             hport->naddrs = 1;
hport            1702 http/ngx_http.c             if (ngx_http_add_addrs6(cf, hport, addr) != NGX_OK) {
hport            1708 http/ngx_http.c             if (ngx_http_add_addrs(cf, hport, addr) != NGX_OK) {
hport            1784 http/ngx_http.c ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport,
hport            1792 http/ngx_http.c     hport->addrs = ngx_pcalloc(cf->pool,
hport            1793 http/ngx_http.c                                hport->naddrs * sizeof(ngx_http_in_addr_t));
hport            1794 http/ngx_http.c     if (hport->addrs == NULL) {
hport            1798 http/ngx_http.c     addrs = hport->addrs;
hport            1800 http/ngx_http.c     for (i = 0; i < hport->naddrs; i++) {
hport            1845 http/ngx_http.c ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport,
hport            1853 http/ngx_http.c     hport->addrs = ngx_pcalloc(cf->pool,
hport            1854 http/ngx_http.c                                hport->naddrs * sizeof(ngx_http_in6_addr_t));
hport            1855 http/ngx_http.c     if (hport->addrs == NULL) {
hport            1859 http/ngx_http.c     addrs6 = hport->addrs;
hport            1861 http/ngx_http.c     for (i = 0; i < hport->naddrs; i++) {