paddr            4308 http/ngx_http_upstream.c     ngx_addr_t  **paddr;
paddr            4310 http/ngx_http_upstream.c     paddr = (ngx_addr_t **) (p + cmd->offset);
paddr            4312 http/ngx_http_upstream.c     *paddr = ngx_palloc(cf->pool, sizeof(ngx_addr_t));
paddr            4313 http/ngx_http_upstream.c     if (*paddr == NULL) {
paddr            4319 http/ngx_http_upstream.c     rc = ngx_parse_addr(cf->pool, *paddr, value[1].data, value[1].len);
paddr            4323 http/ngx_http_upstream.c         (*paddr)->name = value[1];