h_addr_list       752 core/ngx_inet.c             if (h == NULL || h->h_addr_list[0] == NULL) {
h_addr_list       757 core/ngx_inet.c             sin->sin_addr.s_addr = *(in_addr_t *) (h->h_addr_list[0]);
h_addr_list       925 core/ngx_inet.c         if (h == NULL || h->h_addr_list[0] == NULL) {
h_addr_list       931 core/ngx_inet.c             for (i = 0; h->h_addr_list[i] != NULL; i++) { /* void */ }
h_addr_list       955 core/ngx_inet.c             sin->sin_addr.s_addr = *(in_addr_t *) (h->h_addr_list[i]);
h_addr_list      1094 event/ngx_event.c     if (h == NULL || h->h_addr_list[0] == NULL) {
h_addr_list      1101 event/ngx_event.c     dc->addr = *(in_addr_t *)(h->h_addr_list[0]);